Skip to content

Commit

Permalink
Merge pull request #484 from dirac-institute/remove_fitsio
Browse files Browse the repository at this point in the history
Remove C++ code for loading fits, saving fits, and generating random data
  • Loading branch information
jeremykubica authored Feb 22, 2024
2 parents 5239d43 + c1a6e20 commit b421846
Show file tree
Hide file tree
Showing 23 changed files with 214 additions and 2,966 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ check_ipo_supported(RESULT ipo_supported)

find_package(Python3 COMPONENTS Interpreter Development REQUIRED)

find_library(CFITSIO_LIBRARY
NAMES fitsio cfitsio libcfitsio
HINTS lib/
)

add_subdirectory(lib/pybind11)

set(CMAKE_CXX_STANDARD 17)
Expand Down Expand Up @@ -68,7 +63,6 @@ target_compile_options(search PRIVATE $<$<COMPILE_LANGUAGE:CXX>:
>)

target_link_libraries(search PRIVATE
${CFITSIO_LIBRARY}
-lgomp
)

Expand Down
Loading

0 comments on commit b421846

Please sign in to comment.