Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
1cbc4269
Commit
1cbc4269
authored
Feb 8, 2023
by
Sebastian Achilles
Browse files
Options
Downloads
Plain Diff
Merge branch 'zfp' into '2023'
zfp See merge request software-team/easybuild!1724
parents
336a76bb
dafd8641
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/z/zfp/zfp-0.5.5-GCCcore-11.3.0.eb
+59
-0
59 additions, 0 deletions
Golden_Repo/z/zfp/zfp-0.5.5-GCCcore-11.3.0.eb
with
59 additions
and
0 deletions
Golden_Repo/z/zfp/zfp-0.5.5-GCCcore-11.3.0.eb
0 → 100644
+
59
−
0
View file @
1cbc4269
easyblock = 'CMakeMake'
name = 'zfp'
version = '0.5.5'
homepage = "https://github.com/LLNL/zfp"
description = """Optionally error-bounded lossy compressor for HPC data
with high throughput read and write random access to individual array elements."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
github_account = 'LLNL'
source_urls = [GITHUB_SOURCE]
sources = ['%(version)s.tar.gz']
checksums = ['6a7f4934489087d9c117a4af327fd6495ea757924f4df467b9c537abf8bd86c4']
builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
('pkgconf', '1.8.0'),
]
separate_build_dir = True
configopts = '-DBUILD_SHARED_LIBS:BOOL=ON '
configopts += '-DBUILD_EXAMPLES:BOOL=OFF '
configopts += '-DBUILD_TESTING:BOOL=OFF '
configopts += '-DZFP_WITH_OPENMP:BOOL=ON '
configopts += '-DZFP_WITH_CUDA:BOOL=OFF '
configopts += '-DBUILD_CFP:BOOL=ON '
configopts += '-DBUILD_ZFPY:BOOL=OFF '
configopts += '-DBUILD_ZFORP:BOOL=ON '
configopts += '-DBUILD_UTILITIES:BOOL=ON '
configopts += '-DCMAKE_C_STANDARD_LIBRARIES="-lm" '
# create pkgconfig file
postinstallcmds = [
"mkdir -p %(installdir)s/lib/pkgconfig",
"""echo -e "prefix=%(installdir)s
libdir=\${prefix}/lib64
includedir=\${prefix}/include
Name: %(name)s
Description: %(name)s compression library
Version: %(version)s
Requires:
Libs: -L\${libdir} -lzfp -lcfp
Cflags: -I\${includedir}" > %(installdir)s/lib/pkgconfig/%(name)s.pc""",
]
sanity_check_paths = {
'files': ['lib64/libzfp.so', 'lib64/libcfp.so', 'include/zfp.h'],
'dirs': ['lib/pkgconfig'],
}
moduleclass = 'lib'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment