Skip to content

Commit 9aae7eb

Browse files
authored
Merge pull request #87 from avcopan/master
Remove mess_test.cc and mess-v2 executable
2 parents d9299ba + 85c7a37 commit 9aae7eb

3 files changed

Lines changed: 8 additions & 22 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ set_target_properties(messlibs PROPERTIES
349349

350350
# Set up executables
351351
add_executable(mess ${PROJECT_SOURCE_DIR}/src/mess_driver.cc)
352-
add_executable(mess-v2 ${PROJECT_SOURCE_DIR}/src/mess_test.cc)
353352
add_executable(messpf ${PROJECT_SOURCE_DIR}/src/partition_function.cc)
354353
add_executable(messabs ${PROJECT_SOURCE_DIR}/src/abstraction.cc)
355354
add_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-
)
384370
target_link_libraries(messpf
385371
messlibs
386372
${BLAS_LIBRARIES}
@@ -422,7 +408,6 @@ target_link_libraries(messsym
422408
)
423409

424410
install(TARGETS mess DESTINATION bin)
425-
install(TARGETS mess-v2 DESTINATION bin)
426411
install(TARGETS messpf DESTINATION bin)
427412
install(TARGETS messabs DESTINATION bin)
428413
install(TARGETS messsym DESTINATION bin)

static/pixi.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: mess-static
3-
version: "2025.9.0"
3+
version: "2026.2.4"
44

55
source:
66
path: .

0 commit comments

Comments
 (0)