Skip to content

Commit 49ebce2

Browse files
committed
vmec fork
1 parent 235a085 commit 49ebce2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup_vmec2000.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33

44
if [ ! -d "VMEC2000" ] ; then
55
echo "Fetching and building VMEC2000..."
6-
git clone https://github.com/hiddenSymmetries/VMEC2000.git
6+
git clone https://github.com/itpplasma/VMEC2000.git
77
pushd VMEC2000
88
cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_PRE
99
FIX=$CODE/external/scalapack/build
1010
pushd build
1111
ninja
1212
popd
13+
pip install .
1314
popd
1415
fi

0 commit comments

Comments
 (0)