Skip to content
Snippets Groups Projects
Commit 7c634038 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #8161: make the OutputProc dep on DAL REQUIRED

parent f45b3704
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ include(LofarFindPackage) ...@@ -7,7 +7,7 @@ include(LofarFindPackage)
lofar_find_package(OpenMP REQUIRED) lofar_find_package(OpenMP REQUIRED)
lofar_find_package(Boost REQUIRED) lofar_find_package(Boost REQUIRED)
lofar_find_package(Casacore COMPONENTS casa ms tables REQUIRED) lofar_find_package(Casacore COMPONENTS casa ms tables REQUIRED)
lofar_find_package(DAL) # REQUIRED for BF and TBB lofar_find_package(DAL REQUIRED) # https://github.com/nextgen-astrodata/DAL
# Skip explicit lofar_find_package(HDF5 REQUIRED) needed for casacore and DAL. # Skip explicit lofar_find_package(HDF5 REQUIRED) needed for casacore and DAL.
# On RHEL/CentOS 7 an explicit find HDF5 returns into OutputProc: # On RHEL/CentOS 7 an explicit find HDF5 returns into OutputProc:
# -D_BSD_SOURCE -D_FORTIFY_SOURCE=2 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE # -D_BSD_SOURCE -D_FORTIFY_SOURCE=2 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment