Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: koparasy <parasyris1@llnl.com>
Co-authored-by: Loic Pottier <pottier1@llnl.gov>, Tom Stitt <stitt4@llnl.gov>
|
|
* mruby: added mruby package
* mruby: replaced / with os.path.join
* mruby: improving style
* mruby: improving style again
|
|
|
|
|
|
* feature (packages): implement `odgi` package
This commit re-implements odgi package (superseded by #38741)
* fix (packages): remove redundant `requires()` from odgi package
This commit removes redundant use of `requires()` for gcc version in the `odgi` package
|
|
libelf fails to build with clang16+ due to Wimplicit-int and
Wimplicit-function-declarations becoming errors by default. This breaks
the configuration stage, so no build takes place. This patch fixes this
by passing -Wno-error=implicit-int and
-Wno-error=implicit-function-declarations as cflags.
|
|
The message is now outdated after
https://github.com/spack/spack/pull/36679 which could lead to some
confusion.
|
|
gcoff uses the register keyword in a couple different places which
causes errors when building with c++17, which is the default in clang
16. This patch adds the -Wno-register flag to ignore these errors when
when building with clang 16.
|
|
Clang 16's change to erroring out by default on implicit function
declarations and implicit integers causes the build script for unzip to
break. Since this project hasn't had a release since 2010, we need to
patch it downstream/pass additional flags to get the build to succeed.
|
|
With the release of clang 16, clang now treats implicit function
declarations and implicit integers as errors rather than warnings,
causing the build to fail. This patch adds flags to prevent build
failures.
|
|
|
|
|
|
|
|
|
|
|
|
* Add Kokkos 4.1.0 release
* Add -fp-model=precise flag when using SYCL
* Fix sycl flag
Co-authored-by: Robert Cohn <rscohn2@gmail.com>
---------
Co-authored-by: Robert Cohn <rscohn2@gmail.com>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
(#39000)
|
|
* netcdf-fortran: add version 4.6.1
* netcdf-fortran: fix the 'check' method
|
|
* bfs: add new package
* Remove redundant set to PREFIX during build
|
|
* quickjs: make Makefile use correct compiler
* added lto variant and better handling of compilers
* quickjs: correct style
* quickjs: correct style for flake8
|
|
|
|
Co-authored-by: Thomas Briffard <thomas.briffard@michelin.com>
|
|
|
|
|
|
(#39058)
|
|
|
|
pkg-config and pkgconf are providers.
|
|
* py-jaxlib: add conflict for missing cuda cuda_arch specification
* Update var/spack/repos/builtin/packages/py-jaxlib/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-jaxlib: conflict missing cuda_arch value when with cuda
* Update var/spack/repos/builtin/packages/py-jaxlib/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* openfoam: add versions 2306, 2212_230612 (patch), 2212
* Fix syntax error
---------
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* py-sqlalchemy: add 2.0.19
* [@spackbot] updating style on behalf of manuelakuhn
* Add py-cython and py-greenlet and fix dependency type
* Fix typo
|
|
|
|
(#39003)
* legion: Missing Python dependency. Fix variant dependencies. Remove TLS.
* Update Python version bound and add NumPy dependency.
* Update requires syntax.
|
|
* added quickjs package
* edited style of quickjs package
|
|
|
|
|
|
|
|
|
|
* proj: fix building with GCC 13
apply upstream patch from 7.2 branch
* proj: checksum 9.2.1
* proj: fix sha256 of patch
thank you, @adamjstewart
|
|
Co-authored-by: Marc Schouler <marc.schouler@inria.fr>
|
|
Signed-off-by: Samuel K. Gutierrez <samuel@lanl.gov>
|
|
* nag: append build number to the version
* nag: add version 7.1.7125
* nag: deprecate unavailable versions
|
|
|
|
|
|
aarch64 (#38865)
|
|
|
|
* pin protobuf
* explicitly select python interpreter
* remove python pin
|
|
|
|
|
|
* tinygltf: new versions and release branch
for each minor release available, the newest patch release has been added
---------
Co-authored-by: aumuell <aumuell@users.noreply.github.com>
|
|
- drop use_xcode = True, as this would lead to an attempt install Xcode (#34064)
- don't automatically build Qt Location with +opengl, as this is
still broken
This built sucessfully with qt@5.15.10+opengl+dbus+phonon on ventura/arm without
Xcode installed (only command line tools) - I did not check with Xcode installed.
|