Skip to content

Commit

Permalink
af
Browse files Browse the repository at this point in the history
  • Loading branch information
spollok committed Jan 25, 2025
1 parent e6039dd commit e63ba76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/magtense/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ cuda:

${PYTHON_MODN_ALL}:
${CP_LIB}
FC=${FC} FFLAGS=${EXTRA_FFLAGS} LDFLAGS=${LDFLAGS} python -m numpy.f2py -c -m ${PYTHON_MODN} \
FC=${FC} FFLAGS=${EXTRA_FFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARYPATH=${CONDA_PATH}/Library/lib \
python -m numpy.f2py -c -m ${PYTHON_MODN} \
--build-dir ./build -I${OPT} -I${INCLUDE_OBJ} ${CVODE_OPT} \
-L${MKFILE_PATH} ${LIB_OPT} FortranToPythonIO.f90 ${MKL} ${CUDA} ${CVODE}

0 comments on commit e63ba76

Please sign in to comment.