Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-30 | Bootstrapping: swap store before configuration (#22631) | Massimiliano Culpo | 3 | -6/+45 | |
fixes #22294 A combination of the swapping order for global variables and the fact that most of them are lazily evaluated resulted in custom install tree not being taken into account if clingo had to be bootstrapped. This commit fixes that particular issue, but a broader refactor may be needed to ensure that similar situations won't affect us in the future. | |||||
2021-03-30 | cuda: add dev variant and ABI variant for ncurses (#22536) | lorddavidiii | 2 | -0/+13 | |
* ncurses: add variant +abi5 for version 5 ABI * cuda: add variant dev, which makes cuda-gdb useable - cuda-gdb needs libncurses.so.5, which most distros doesn't have see also https://docs.nvidia.com/cuda/cuda-gdb/index.html#common-issues-oss | |||||
2021-03-30 | curl package: add new stable version 7.75.0 (#22635) | Yan Hang | 1 | -0/+1 | |
2021-03-30 | Bootstrap: add _builtin config scope (#22610) | Harmen Stoppels | 1 | -2/+5 | |
2021-03-30 | Fix clearing cache of InternalConfigScope (#22609) | Harmen Stoppels | 3 | -38/+47 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2021-03-30 | Update hiop package (#22232) | Asher Mancinelli | 1 | -18/+124 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-03-30 | py-numpy: Add the setting to use fujitsu-ssl2 (#22604) | takanori-ihara | 1 | -0/+22 | |
* py-numpy: Add the setting to use fujitsu-ssl2 * py-numpy: Fix for comments | |||||
2021-03-30 | Bugfixes in LBANN software stack identified by clingo (#22554) | Brian Van Essen | 4 | -39/+26 | |
* Fixed a bug in the DiHydrogen package where the variant legacy was changed to distconv and wasn't fully propagated. Cleaned up the openmp variants on the blas library packages in DiHydrogen and Elemental. Extended support for Aluminum v1.0 in LBANN, Hydrogen, and DiHydrogen. Fixed a when clause in the LBANN dependencies. * Removed the upper range limit for the Aluminum library dependence * Update var/spack/repos/builtin/packages/dihydrogen/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2021-03-30 | spath: new releases (#22625) | Cameron Stanavige | 1 | -0/+3 | |
This commit adds the url and the two releases/versions to the package. | |||||
2021-03-29 | move binary indices are stored into the misc_cache (#22500) | Danny McClanahan | 2 | -13/+20 | |
Remote buildcache indices need to be stored in a place that does not require writing to the Spack prefix. Move them from the install_tree to the misc_cache. | |||||
2021-03-29 | bugfix for active when pkg is already active error (#22587) | Cyrus Harrison | 1 | -2/+7 | |
* bugfix for active when pkg is already active error Co-authored-by: Greg Becker <becker33@llnl.gov> | |||||
2021-03-29 | Externals are preferred even when they have non-default variant values | Massimiliano Culpo | 5 | -1/+58 | |
fixes #22596 Variants which are specified in an external spec are not scored negatively if they encode a non-default value. | |||||
2021-03-29 | Enforce uniqueness of the version_weight atom per node | Massimiliano Culpo | 5 | -7/+49 | |
fixes #22565 This change enforces the uniqueness of the version_weight atom per node(Package) in the DAG. It does so by applying FTSE and adding an extra layer of indirection with the possible_version_weight/2 atom. Before this change it may have happened that for the same node two different version_weight/2 were in the answer set, each of which referred to a different spec with the same version, and their weights would sum up. This lead to unexpected result like preferring to build a new version of an external if the external version was older. | |||||
2021-03-29 | bumpup version for hipify-clang,rocm-gdb-api,rocm-gdb for rocm-4.1.rel (#22622) | Sreenivasa Murthy Kolam | 3 | -6/+9 | |
2021-03-29 | Make stage use concrete specs from environment (#22320) | Harmen Stoppels | 2 | -1/+121 | |
* Make stage use concrete specs from environment Same as in https://github.com/spack/spack/pull/21642, the idea is that we want to easily stage a package that fails to build in a complex environment. Instead of making the user create a spec by hand (basically transforming all the rules in the environment manifest into a spec, defying the purpose of the environment...), use the provided spec as a filter for the already concretized specs. This also speeds up things, cause we don't have to reconcretize. | |||||
2021-03-29 | ELPA: Add missing Python build dependency. (#22466) | Rémi Lacroix | 2 | -0/+12 | |
Also patch the "manual_cpp" Python script with proper shebang to ensure the Spack provided Python is used instead of the system Python. | |||||
2021-03-29 | Add "spack [cd|location] --source-dir" (#22321) | Harmen Stoppels | 3 | -58/+82 | |
2021-03-29 | hdf5: fix link error in dependent packages with %fj (#22512) | Tomoki, Karatsu | 1 | -0/+4 | |
2021-03-29 | libfuse: run system install script based on a variant (#22518) | Harmen Stoppels | 2 | -1/+37 | |
2021-03-29 | py-matplotlib: add v3.4.0 (#22574) | Adam J. Stewart | 1 | -6/+10 | |
2021-03-29 | py-numpy: add v1.20.2 (#22603) | Adam J. Stewart | 1 | -0/+1 | |
2021-03-28 | graphite2: add python@3.6: as dependency (#22126) | darmac | 1 | -0/+2 | |
* graphite2: add python@3.6: as dependency * graphite2: refine python type to run * graphite2: change phthon to test type | |||||
2021-03-28 | Flang default is False. Include a warning to deter people from using it. ↵ | Nichols A. Romero | 1 | -2/+3 | |
(#22524) * Flang default is False. Include a warning to deter people from using it. * Fix flake8 issue. | |||||
2021-03-28 | mpich: fix device detection (#22502) | Adam J. Stewart | 1 | -5/+2 | |
2021-03-28 | py-joblib: add v1.0.1 (#22501) | Adam J. Stewart | 1 | -3/+13 | |
2021-03-28 | gdrcopy: add v2.2 (#22528) | Hervé Yviquel | 1 | -8/+2 | |
2021-03-28 | qt: fix qt@4+gui on darwin (#22602) | Seth R. Johnson | 1 | -3/+3 | |
2021-03-28 | mpfr: new version 4.1.0 (#22541) | Robert Mijakovic | 1 | -0/+2 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-28 | py-scipy: add v1.6.2 (#22543) | Adam J. Stewart | 1 | -17/+22 | |
2021-03-28 | mumps: new version 5.3.5 (#22542) | Robert Mijakovic | 0 | -0/+0 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-28 | hepmc3: add version 3.2.3 (#22601) | Valentin Volkl | 1 | -0/+1 | |
2021-03-28 | edm4hep: add version 0.3.1 (#22600) | Valentin Volkl | 1 | -0/+1 | |
2021-03-28 | [dd4hep] add new version (#22599) | Valentin Volkl | 1 | -0/+1 | |
2021-03-27 | gmp: add version 6.2.1 (#22570) | Jen Herting | 1 | -0/+1 | |
2021-03-27 | opensubdiv: add version 3.4.3 and change version number format (#22571) | Jen Herting | 1 | -1/+6 | |
2021-03-27 | mochi-margo: add v0.9.2, v0.9.3 and v0.9.4 (#22368) | Phil Carns | 2 | -1/+4 | |
Also mark a margo version deprecated that was previously omitted by mistake | |||||
2021-03-27 | liblouis: new package (#22141) | darmac | 1 | -0/+21 | |
2021-03-27 | New R package vcfr (#22495) | Desmond Orton | 1 | -0/+39 | |
2021-03-26 | ucx: add v1.9.0, v1.10.0 (#22527) | Hervé Yviquel | 1 | -1/+2 | |
2021-03-26 | py-torchvision: add v0.9.1 (#22556) | Adam J. Stewart | 1 | -1/+3 | |
2021-03-26 | py-torch: add v1.8.1 (#22546) | Adam J. Stewart | 1 | -0/+1 | |
2021-03-26 | mesa: new version (#22538) | Robert Mijakovic | 1 | -0/+2 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-26 | llvm: new version (#22540) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-26 | [intel-oneapi-mpi] Add compiler wrappers to dependent build stage (#22468) | Stephen Sachs | 1 | -0/+8 | |
This adds MPICC=/path/to/intel-oneapi/mpicc etc to he dependents build stage enabling the use of the compiler wrappers. Co-authored-by: Stephen Sachs <stesachs@amazon.com> | |||||
2021-03-26 | revbayes: Version updated to 1.1.1 (#22555) | Desmond Orton | 1 | -0/+1 | |
2021-03-26 | Update var/spack/repos/builtin/packages/papyrus/package.py (#22560) | Jungwon Kim | 1 | -1/+2 | |
2021-03-26 | llvm-amdgpu: Fixes "UnboundLocalError: local variable referenced before ↵ | Jan Ciesko | 1 | -0/+1 | |
assignment" (#22562) Co-authored-by: Jan Ciesko <jciesko@sandia.gov> | |||||
2021-03-26 | cmake: Add Version 3.20.0 (#22569) | Dr. Christian Tacke | 1 | -0/+1 | |
2021-03-26 | Add select mkl libs (#22580) | Robert Cohn | 1 | -0/+6 | |
2021-03-26 | charmpp: rename master to main (#22582) | Matthias Diener | 1 | -1/+1 | |
See https://github.com/UIUC-PPL/charm/pull/3303 for context. |