File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 9191 export F90=$FC
9292 export MATLAB_ROOT=${{ steps.setup-matlab.outputs.matlabroot }}
9393 export PYTHON_ROOT=${{ env.pythonLocation }}
94- export NUMPY_ROOT=${{ env.LD_LIBRARY_PATH }}/python${{ inputs.python_version }}/site-packages/numpy
9594 ${{ inputs.build_command }}
9695
9796 - name : Compile ISSM
Original file line number Diff line number Diff line change 4848 --enable-development \
4949 --enable-debugging \
5050 --with-numthreads=4 \
51- --with-python-dir=$ PYTHON_ROOT \
51+ --with-python=${ PYTHON_ROOT}/bin/python3 \
5252 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
5353 --with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
5454 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
You can’t perform that action at this time.
0 commit comments