forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libzip links with external libs found on host #6
Open
3 tasks done
Labels
bug
Something isn't working
Comments
prudhomm
added a commit
that referenced
this issue
Oct 26, 2024
This was referenced Oct 26, 2024
wdconinc
added a commit
to spack/spack
that referenced
this issue
Dec 22, 2024
* libzip links with external libs found on host feelpp#6 * add maintainers * fix style * use multi-build system /cc @wdconinc * fix style * rm space and rename variant bz2 to bzip2 /cc @wdconinc * fix variant name for bzip2 * zstd is supported in libzip@:1.8 * fix style * fix style * fix style * rm deprecated version and versions that cannot be found easily use only cmake from now on * fix style * fix style * use variant when option for zstd * Update var/spack/repos/builtin/packages/libzip/package.py Co-authored-by: Wouter Deconinck <[email protected]> * fix style /cc @wdconinc --------- Co-authored-by: Wouter Deconinck <[email protected]>
tdrwenski
pushed a commit
to tdrwenski/spack
that referenced
this issue
Dec 26, 2024
…#47230) * libzip links with external libs found on host feelpp#6 * add maintainers * fix style * use multi-build system /cc @wdconinc * fix style * rm space and rename variant bz2 to bzip2 /cc @wdconinc * fix variant name for bzip2 * zstd is supported in libzip@:1.8 * fix style * fix style * fix style * rm deprecated version and versions that cannot be found easily use only cmake from now on * fix style * fix style * use variant when option for zstd * Update var/spack/repos/builtin/packages/libzip/package.py Co-authored-by: Wouter Deconinck <[email protected]> * fix style /cc @wdconinc --------- Co-authored-by: Wouter Deconinck <[email protected]>
kshea21
pushed a commit
to kshea21/spack
that referenced
this issue
Dec 26, 2024
…#47230) * libzip links with external libs found on host feelpp#6 * add maintainers * fix style * use multi-build system /cc @wdconinc * fix style * rm space and rename variant bz2 to bzip2 /cc @wdconinc * fix variant name for bzip2 * zstd is supported in libzip@:1.8 * fix style * fix style * fix style * rm deprecated version and versions that cannot be found easily use only cmake from now on * fix style * fix style * use variant when option for zstd * Update var/spack/repos/builtin/packages/libzip/package.py Co-authored-by: Wouter Deconinck <[email protected]> * fix style /cc @wdconinc --------- Co-authored-by: Wouter Deconinck <[email protected]>
teaguesterling
pushed a commit
to teaguesterling/spack
that referenced
this issue
Feb 5, 2025
…#47230) * libzip links with external libs found on host feelpp#6 * add maintainers * fix style * use multi-build system /cc @wdconinc * fix style * rm space and rename variant bz2 to bzip2 /cc @wdconinc * fix variant name for bzip2 * zstd is supported in libzip@:1.8 * fix style * fix style * fix style * rm deprecated version and versions that cannot be found easily use only cmake from now on * fix style * fix style * use variant when option for zstd * Update var/spack/repos/builtin/packages/libzip/package.py Co-authored-by: Wouter Deconinck <[email protected]> * fix style /cc @wdconinc --------- Co-authored-by: Wouter Deconinck <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
$ spack install libzip
Error message
we might get linking issues if we have an environment having openssl and libzip and ssl is installed with another version on the host such as #12
Information on your system
libzip enable by default a few libs https://github.com/nih-at/libzip/blob/main/CMakeLists.txt by default
I suggest to be enable to enable/disable them and have then enabled by default using variants
General information
spack debug report
and reported the version of Spack/Python/PlatformThe text was updated successfully, but these errors were encountered: