Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ set_target_properties(messlibs PROPERTIES

# Set up executables
add_executable(mess ${PROJECT_SOURCE_DIR}/src/mess_driver.cc)
add_executable(mess-v2 ${PROJECT_SOURCE_DIR}/src/mess_test.cc)
add_executable(messpf ${PROJECT_SOURCE_DIR}/src/partition_function.cc)
add_executable(messabs ${PROJECT_SOURCE_DIR}/src/abstraction.cc)
add_executable(messsym ${PROJECT_SOURCE_DIR}/src/symmetry_number.cc)
Expand All @@ -368,19 +367,6 @@ target_link_libraries(mess
-Wl,--end-group
${CMAKE_DL_LIBS}
)
target_link_libraries(mess-v2
messlibs
${BLAS_LIBRARIES}
${LAPACK_LIBRARIES}
${GSL_LIBRARIES}
${QD}
-Wl,--start-group
${SLATEC}
${FORTRAN_LIBRARIES}
-lm
-Wl,--end-group
${CMAKE_DL_LIBS}
)
target_link_libraries(messpf
messlibs
${BLAS_LIBRARIES}
Expand Down Expand Up @@ -422,7 +408,6 @@ target_link_libraries(messsym
)

install(TARGETS mess DESTINATION bin)
install(TARGETS mess-v2 DESTINATION bin)
install(TARGETS messpf DESTINATION bin)
install(TARGETS messabs DESTINATION bin)
install(TARGETS messsym DESTINATION bin)
Expand Down
13 changes: 7 additions & 6 deletions static/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: mess-static
version: "2025.9.0"
version: "2026.2.4"

source:
path: .
Expand Down