Skip to content

Commit

Permalink
minor cleanup in easyconfig for dlib v19.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 20, 2024
1 parent 52c3add commit 16d6291
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ computing environments."""
toolchain = {'name': 'foss', 'version': '2023a'}
toolchainopts = {'pic': True}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
patches = ['dlib-19.24.6_FlexiBLAS.patch']
checksums = [
Expand All @@ -41,8 +40,6 @@ use_pip = True
preinstallopts = "export CMAKE_BUILD_PARALLEL_LEVEL=%(parallel)s && "
preinstallopts += "sed -i 's/BLAS_REFERENCE cblas/BLAS_REFERENCE flexiblas/g' dlib/cmake_utils/find_blas.cmake && "

#installopts = """--global-option="--compiler-flags='$CXXFLAGS'" """

sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
Expand Down

0 comments on commit 16d6291

Please sign in to comment.