Skip to content

Commit a870351

Browse files
committed
Remove fork
1 parent 6d4e206 commit a870351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/setup_vmec2000.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if [ ! -d "VMEC2000" ] ; then
55
echo "Fetching and building VMEC2000..."
6-
git clone https://github.com/itpplasma/VMEC2000.git
6+
git clone https://github.com/hiddenSymmetries/VMEC2000.git
77
pushd VMEC2000
88
cp $CODE/scripts/cmake_config_file_vmec2000.json cmake_config_file.json
99
cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_PREFIX=$CODE/external/scalapack/build -DBLA_VENDOR=OpenBLAS

0 commit comments

Comments
 (0)