-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from sfegan/main
Move to ADH APIs
- Loading branch information
Showing
418 changed files
with
76,019 additions
and
42,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# - Try to find CTA ADH_APIS | ||
# Once done this will define | ||
# CTA_ADH_APIS_FOUND - System has CTA ADH_APIS | ||
# CTA_ADH_APIS_INCLUDE_DIRS - The CTA ADH_APIS include directories | ||
# CTA_ADH_APIS_LIBRARIES - The libraries needed to use CTA ADH_APIS | ||
|
||
FIND_PATH ( CTA_ADH_APIS_INCLUDE_DIRS R1v1.pb.h HINTS ${CTA_ADH_APIS_DIR}) | ||
FIND_LIBRARY ( CTA_ADH_APIS_LIBRARY_ZFITSIO NAMES ZFitsIO HINTS ${CTA_ADH_APIS_DIR}) | ||
FIND_LIBRARY ( CTA_ADH_APIS_LIBRARY_ADHCORE NAMES ADHCore HINTS ${CTA_ADH_APIS_DIR}) | ||
|
||
SET ( CTA_ADH_APIS_LIBRARIES ${CTA_ADH_APIS_LIBRARY_ZFITSIO} | ||
${CTA_ADH_APIS_LIBRARY_ADHCORE}) | ||
SET ( CTA_ADH_APIS_INCLUDE_DIRS ${CTA_ADH_APIS_INCLUDE_DIRS} ) | ||
|
||
INCLUDE ( FindPackageHandleStandardArgs ) | ||
# handle the QUIETLY and REQUIRED arguments and set CTA_ADH_APIS_FOUND to TRUE | ||
# if all listed variables are TRUE | ||
FIND_PACKAGE_HANDLE_STANDARD_ARGS( CTA_ADH_APIS DEFAULT_MSG | ||
CTA_ADH_APIS_LIBRARY_ZFITSIO CTA_ADH_APIS_LIBRARY_ADHCORE | ||
CTA_ADH_APIS_INCLUDE_DIRS ) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
cmake \ | ||
-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ \ | ||
-DPYTHON_EXECUTABLE=/opt/local/bin/python3.10 \ | ||
-DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10 \ | ||
-DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/config-3.10-darwin/libpython3.10.dylib \ | ||
-DPython3_EXECUTABLE=/opt/local/bin/python3.10 \ | ||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ | ||
-DCTA_CAMERASTOACT_DIR=$HOME/local \ | ||
-DCTA_ADH_APIS_DIR=$HOME/local \ | ||
-DCMAKE_INSTALL_PREFIX=$HOME/local .. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.