quack/numgrid-tools/install_numgrid.sh

12 lines
227 B
Bash
Raw Normal View History

2020-10-13 13:44:24 +02:00
#!/bin/bash -x
git clone https://github.com/dftlibs/numgrid.git
cd numgrid
2022-10-20 16:20:59 +02:00
git reset --hard 29f94b7
2020-10-13 13:44:24 +02:00
./setup --fc="$FC" --cc="$CC" --cxx="$CXX"
cd build
make
cp lib/libnumgrid.a $LDIR/
2020-10-13 20:59:03 +02:00
cp ../numgrid/numgrid.f90 $SDIR/numgrid/
2020-10-13 13:44:24 +02:00