You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make PETSC_DIR=/home/runner/work/${{github.event.repository.name}}/${{github.event.repository.name}}/temp/petsc-3.20.2 PETSC_ARCH=arch-linux-c-opt install
146
+
make PETSC_DIR=/home/runner/work/${{github.event.repository.name}}/${{github.event.repository.name}}/temp/petsc-3.22.2 PETSC_ARCH=arch-linux-c-opt install
145
147
- name: compile AsFem
146
148
run: |
147
149
cd /home/runner/work/${{github.event.repository.name}}/${{github.event.repository.name}}
# message(FATAL_ERROR " METIS lib dir can\'t be found!")
82
+
# endif()
83
+
# message(" METIS library is: ${METIS_LIB}")
84
+
# link_libraries("${METIS_LIB}")
79
85
else()
80
86
message (WARNING"PETSc location (PETSC_DIR) is not defined in your PATH, AsFem will try to use the default one installed in your system. If your PETSC_DIR path is not correct, please modifiy PETSC_INC and PETSC_LIB in your CMakeList.txt")
81
87
find_path(PETSC_INCNAMESpetsc.h
@@ -96,10 +102,54 @@ elseif(UNIX)
96
102
message(" PETSc include dir is: ${PETSC_INC}")
97
103
include_directories("${PETSC_INC}")
98
104
endif()
105
+
message(" PETSC include dir is: ${PETSC_DIR}/include")
# message(FATAL_ERROR "GKLib dir can\'t be found!")
121
+
# endif()
122
+
# message(" GKLib include dir is: ${GKLIB_DIR}/include")
123
+
# message(" GKLib library dir is: ${GKLIB}")
124
+
# include_directories("${GKLIB_DIR}/include")
125
+
# link_libraries("${GKLIB}")
126
+
# else()
127
+
# message (WARNING "GKLib location (GKLIB_DIR) is not defined in your PATH, AsFem will try to use the default one installed in your system. If your GKLib path is not correct, please modifiy GKLIB_DIR in your CMakeList.txt")
# message(FATAL_ERROR " METIS lib can\'t be found!")
141
+
# endif()
142
+
# message(" METIS include dir is: ${METIS_DIR}/include")
143
+
# message(" METIS library dir is: ${METIS_LIB}")
144
+
# include_directories("${METIS_DIR}/include")
145
+
# link_libraries("${METIS_LIB}")
146
+
# else()
147
+
# message (WARNING "METIS location (METIS_DIR) is not defined in your PATH, AsFem will try to use the default one installed in your system. If your METIS_DIR path is not correct, please modifiy METIS_DIR_DIR in your CMakeList.txt")
0 commit comments