We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e99449 commit b67a295Copy full SHA for b67a295
1 file changed
README.md
@@ -65,6 +65,21 @@ spack load dftd4
65
The Python API can be enabled by adding `+python` to the command.
66
67
68
+### FreeBSD Port
69
+
70
+[](https://www.freshports.org/science/dftd4/)
71
72
+A port for FreeBSD is available and can be installed using
73
74
+```
75
+cd /usr/ports/science/dftd4
76
+make install clean
77
78
79
+For more information see the [dftd4 port details](https://www.freshports.org/science/dftd4/).
80
81
82
83
### Building from Source
84
85
To build this project from the source code in this repository you need to have
0 commit comments