File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cmake_args" : [
3
+ " -DCMAKE_C_COMPILER=mpicc" ,
4
+ " -DCMAKE_Fortran_COMPILER=mpifort" ,
5
+ " -DNETCDF_INC_PATH=/usr/include" ,
6
+ " -DNETCDF_LIB_PATH=/usr/lib/aarch64-linux-gnu" ,
7
+ " -DBLA_VENDOR=OpenBLAS" ,
8
+ " -DSCALAPACK_PREFIX=/workspaces/code/external/scalapack/build" ,
9
+ " -DF2PY_EXECUTABLE=/workspaces/code/.venv/bin/f2py" ]
10
+ }
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ if [ ! -d "VMEC2000" ] ; then
5
5
echo " Fetching and building VMEC2000..."
6
6
git clone https://github.com/itpplasma/VMEC2000.git
7
7
pushd VMEC2000
8
- cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_PRE
9
- FIX= $CODE /external/scalapack/build
8
+ cp $CODE /scripts/cmake_config_file_vmec2000.json cmake_config_file.json
9
+ cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_PREFIX= $CODE /external/scalapack/build -DBLA_VENDOR=OpenBLAS
10
10
pushd build
11
11
ninja
12
12
popd
13
+ pip install --upgrade numpy f90wrap
13
14
pip install .
14
15
popd
15
16
fi
You can’t perform that action at this time.
0 commit comments