Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete old executables #1283

Merged
merged 1 commit into from
Jun 11, 2021
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
9 changes: 0 additions & 9 deletions libnnpdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ add_library(nnpdf SHARED src/common.cc

target_link_libraries(nnpdf ${LHAPDF_LIBRARIES} ${GSL_LDFLAGS} ${SQLITE3_LDFLAGS} ${LIBARCHIVE_LDFLAGS} ${YAML_LDFLAGS})

add_executable(FKconvolute src/fkconvolute.cc)
target_link_libraries(FKconvolute nnpdf ${LibArchive_LIBRARIES})

add_executable(FKmerge2 src/fkmerge2.cc)
target_link_libraries(FKmerge2 nnpdf ${LibArchive_LIBRARIES})

install(FILES ${CMAKE_BINARY_DIR}/libnnpdf/FKconvolute
${CMAKE_BINARY_DIR}/libnnpdf/FKmerge2
DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
install(FILES ${PROJECT_SOURCE_DIR}/libnnpdf/scripts/nnpdf.pc DESTINATION lib/pkgconfig)
install(DIRECTORY src/NNPDF DESTINATION include)
install(FILES ${PROJECT_SOURCE_DIR}/libnnpdf/nnprofile.yaml DESTINATION share/NNPDF)
Expand Down
48 changes: 0 additions & 48 deletions libnnpdf/src/fkconvolute.cc

This file was deleted.

80 changes: 0 additions & 80 deletions libnnpdf/src/fkmerge2.cc

This file was deleted.