Skip to content

Commit

Permalink
Update for new IRPF90 version
Browse files Browse the repository at this point in the history
  • Loading branch information
v1j4y authored Apr 23, 2022
1 parent 3c70b77 commit 7e27a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ${BIN_DIR}:
directories: ${OBJ_DIR} ${LIB_DIR} ${BIN_DIR}

${LIB_DIR}/irpf90.a: directories
cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp irpf90.a ../${LIB_DIR}
cd ${SRC_DIR} && irpf90 init && $(MAKE) && cp IRPF90_temp/irpf90.a ../${LIB_DIR}

${OBJ_DIR}/get_ntot.o: ${SRC_DIR}/get_ntot.c directories chkopts
${CC} ${SLEPC_INCLUDE} ${PETSC_CC_INCLUDES} -c -o $@ $< ${SLEPC_EPS_LIB}
Expand Down

0 comments on commit 7e27a9a

Please sign in to comment.