Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
spollok committed Jan 25, 2025
1 parent 690aa05 commit e6039dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/magtense/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ifeq ($(OS),Windows_NT)
PYTHON_MODN_ALL = _${PYTHON_MODN}.dll

ifeq (${FC}, ifx)
EXTRA_FFLAGS = '${FFLAGS} /assume:underscore /names:lowercase'
EXTRA_FFLAGS = '/assume:underscore /names:lowercase'
OPT = ${CONDA_PATH}/Library/include \
-I${CONDA_PATH}/Library/include/intel64/lp64 \
-I${CONDA_PATH}/opt/compiler/include/intel64
Expand Down Expand Up @@ -203,6 +203,6 @@ cuda:

${PYTHON_MODN_ALL}:
${CP_LIB}
FC=${FC} FFLAGS=${EXTRA_FFLAGS} LDFLAGS=${LDFLAGS} LIBS=${CONDA_PATH}/Library/lib/libiomp5md python -m numpy.f2py -c -m ${PYTHON_MODN} \
FC=${FC} FFLAGS=${EXTRA_FFLAGS} LDFLAGS=${LDFLAGS} 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 e6039dd

Please sign in to comment.