File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,7 +349,6 @@ set_target_properties(messlibs PROPERTIES
349349
350350# Set up executables
351351add_executable (mess ${PROJECT_SOURCE_DIR} /src/mess_driver.cc )
352- add_executable (mess-v2 ${PROJECT_SOURCE_DIR} /src/mess_test.cc )
353352add_executable (messpf ${PROJECT_SOURCE_DIR} /src/partition_function.cc )
354353add_executable (messabs ${PROJECT_SOURCE_DIR} /src/abstraction.cc )
355354add_executable (messsym ${PROJECT_SOURCE_DIR} /src/symmetry_number.cc )
@@ -368,19 +367,6 @@ target_link_libraries(mess
368367 -Wl,--end-group
369368 ${CMAKE_DL_LIBS}
370369)
371- target_link_libraries (mess-v2
372- messlibs
373- ${BLAS_LIBRARIES}
374- ${LAPACK_LIBRARIES}
375- ${GSL_LIBRARIES}
376- ${QD}
377- -Wl,--start-group
378- ${SLATEC}
379- ${FORTRAN_LIBRARIES}
380- -lm
381- -Wl,--end-group
382- ${CMAKE_DL_LIBS}
383- )
384370target_link_libraries (messpf
385371 messlibs
386372 ${BLAS_LIBRARIES}
@@ -422,7 +408,6 @@ target_link_libraries(messsym
422408)
423409
424410install (TARGETS mess DESTINATION bin)
425- install (TARGETS mess-v2 DESTINATION bin)
426411install (TARGETS messpf DESTINATION bin)
427412install (TARGETS messabs DESTINATION bin)
428413install (TARGETS messsym DESTINATION bin)
Original file line number Diff line number Diff line change 11package :
22 name : mess-static
3- version : " 2025.9.0 "
3+ version : " 2026.2.4 "
44
55source :
66 path : .
You can’t perform that action at this time.
0 commit comments