Support repository for getting the OOMMF package into Spack.
Compile OOMMF in Debian (without spack):
Compile OOMMF on (Debian) Linux with spack:
Compile OOMMF on OSX with Spack:
At the moment, this is under development, and we need two lines:
- get spack:
git clone https://github.com/fangohr/spack
- checkout the right branch:
git checkout add-oommf
Then activate spack:
source spack/share/spack/setup-env.sh
The compile oommf (this could take some time)
spack install oommf
Ideally, there are no errors.
We can run some additional checks with these commands:
spack test run --alias oommftest oommf
To see the results, use
spack test results -l oommftest
- Activate spack:
source spack/share/spack/setup-env.sh
- Load oommf
spack load oommf
- Use oommf
Now oommf.tcl
should be in the path and can be used as usual.