Skip to content

Commit

Permalink
Removing ld-flags for windows-server
Browse files Browse the repository at this point in the history
  • Loading branch information
spollok committed Jan 25, 2025
1 parent 3e73325 commit ceb2e56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/src/magtense/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ all: magnetostatic ${MICROMAG} ${COMPILE_CUDA} ${PYTHON_MODN_ALL}

ps: magnetostatic ${MICROMAG}

cmdx64: ${PYTHON_MODN_ALL}
cmdx64: rm_ld_flags ${PYTHON_MODN_ALL}

clean:
cd ${NUM_INT_PATH} && ${MAKE} clean
Expand All @@ -201,6 +201,9 @@ micromagnetism:
cuda:
cd ${FORTRAN_CUDA_PATH} && ${MAKE} CPP=${CPP}

rm_ld_flags:
LDFLAGS =

${PYTHON_MODN_ALL}:
${CP_LIB}
FC=${FC} FFLAGS=${EXTRA_FFLAGS} LDFLAGS=${LDFLAGS} python -m numpy.f2py -c -m ${PYTHON_MODN} \
Expand Down

0 comments on commit ceb2e56

Please sign in to comment.