We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca219cd commit cf47114Copy full SHA for cf47114
README.md
@@ -90,6 +90,15 @@ HDF5 install.
90
The `-fno-frontend-optimize` disables some optimizations that may be harmful
91
when building neural-fortran.
92
93
+If you use Conda, the following instructions work:
94
+
95
+```
96
+conda create -n nf hdf5
97
+conda activate nf
98
+fpm build --profile release --flag "-fno-frontend-optimize -I$CONDA_PREFIX/include -L$CONDA_PREFIX/lib -Wl,-rpath -Wl,$CONDA_PREFIX/lib"
99
+fpm test --profile release --flag "-fno-frontend-optimize -I$CONDA_PREFIX/include -L$CONDA_PREFIX/lib -Wl,-rpath -Wl,$CONDA_PREFIX/lib"
100
101
102
#### Building in parallel mode
103
104
If you use GFortran and want to run neural-fortran in parallel,
0 commit comments