Skip to content

Commit

Permalink
Merge branch 'feature/remove-deprecated-code' into feature/remove-dep…
Browse files Browse the repository at this point in the history
…recated-code-types
  • Loading branch information
balos1 committed Nov 6, 2023
2 parents 1af246d + 31d3115 commit 1212aea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/shared
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ $tar $tarfile $distrobase/include/sundials/sundials_dense.h
$tar $tarfile $distrobase/include/sundials/sundials_direct.h
$tar $tarfile $distrobase/include/sundials/sundials_futils.h
$tar $tarfile $distrobase/include/sundials/sundials_iterative.h
$tar $tarfile $distrobase/include/sundials/sundials_lapack.h
$tar $tarfile $distrobase/include/sundials/sundials_linearsolver.h
$tar $tarfile $distrobase/include/sundials/sundials_logger.h
$tar $tarfile $distrobase/include/sundials/sundials_math.h
Expand Down
5 changes: 0 additions & 5 deletions src/sundials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ if(ENABLE_SYCL)
list(APPEND sundials_HEADERS sundials_sycl_policies.hpp)
endif()

# If Blas/Lapack support was enabled, add the Lapack interface headers
if(BUILD_SUNLINSOL_LAPACKBAND OR BUILD_SUNLINSOL_LAPACKDENSE)
list(APPEND sundials_HEADERS sundials_lapack.h)
endif()

# If enabled, add the XBraid interface header
if(ENABLE_XBRAID)
list(APPEND sundials_HEADERS sundials_xbraid.h)
Expand Down

0 comments on commit 1212aea

Please sign in to comment.