summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22relocation: x-pie-executable needs relocation (#31248)eugeneswalker1-1/+2
2022-06-22Add --disable-wrapper-runpath to openmpi when ~wrapper-rpath to avoid build ↵Nicholas Sly1-0/+1
time error. (#31221) Co-authored-by: Nicholas Cameron Sly <sly1@rzalastor2.llnl.gov>
2022-06-22spack create: fix for no URL (#31239)Adam J. Stewart2-1/+7
2022-06-22add first version of py-pyrr package (#31211)JeromeDuboisPro1-0/+20
* add first version of py-pyrr package * added license * update license HEADER * Remove preferred as there is only one version available Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Better specify dependency type Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * remove useless variable license Co-authored-by: Jérôme Dubois <jerome.dubois@cea.fr> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-22py-bids-validator: add 1.9.4 (#31230)Manuela Kuhn1-0/+1
2022-06-22squashfs-mount: new package (#31225)Harmen Stoppels1-0/+26
2022-06-22Remove update functions used to ease the transition in v0.16 (#31216)Massimiliano Culpo4-301/+12
2022-06-22Add missing '?full_index=1' to meson 9850.patch URL (#31222)Tamara Dahlgren1-2/+2
* Add missing '?full_index=1' to meson 9850.patch URL * Correct checksum Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-21py-geopandas: add v0.11.0 (#31218)Adam J. Stewart1-2/+8
2022-06-21py-shapely: env vars always needed (#31217)Adam J. Stewart1-0/+6
2022-06-21meson: fix to recognize intel oneapi compiler (#30605)Howard Pritchard1-0/+4
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2022-06-21Canonicalize positional argument to spack bootstrap mirror (#31180)Massimiliano Culpo1-1/+3
fixes #31139
2022-06-21grep: add +pcre variant (#31204)Adam J. Stewart1-0/+14
2022-06-21frontier-client: Add openssl and zlib directories to search path (#31212)haralmha1-1/+4
2022-06-20Stricter compatibility rules for OS and compiler when reusing specs (#31170)Massimiliano Culpo4-3/+57
* Stricter compatibility rules for OS and compiler when reusing specs * Add unit test
2022-06-20New (external-only) package: oneapi-igc (#31045)Robert Cohn1-0/+31
2022-06-20OpenSUSE Tumbleweed: use GLIBC version as distro version (#19895)Christian Goll1-0/+12
Tumbleweed is a rolling release that would have used a date as a version instead.
2022-06-20setuptools: add v62.4.0 (#31112)Massimiliano Culpo1-0/+1
2022-06-20lammps: add lammps_sizes variant (#31182)Stephen Sachs1-0/+10
This is translated to CMakes LAMMS_SIZES variable. Used to select integer sizes. Co-authored-by: Stephen Sachs <stesachs@amazon.com>
2022-06-20ome-files-cpp: add v0.6.0 (#31156)Pariksheet Nanda5-3/+171
2022-06-20Fix request for bzip2, since bzip was pulled due to patent issues (#31198)Sam Broderick1-2/+2
2022-06-20py-tensorboard-data-server: fix build on Apple M1 (#30908)Adam J. Stewart1-0/+4
2022-06-20helics: add v3.2.1 (#31190)HELICS-bot1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-20rocm: add master and develop to BLAS and SOLVER (#30273)Cory Bloor5-17/+97
2022-06-20fpm: add v0.6.0 (#31193)Sebastian Ehlert1-2/+2
2022-06-20texlive: fix and deprecate live version (#31195)Adam J. Stewart1-2/+2
2022-06-20Julia: add v1.7.3 (#31196)Valentin Churavy1-1/+2
2022-06-18quantum-espresso: Add 7.1 (#31192)Ye Luo1-0/+1
2022-06-17py-f90wrap: new version (#31174)Ryan Marcellino1-0/+1
2022-06-17Bugfix external find --all for libraries (#31186)Brian Van Essen2-2/+2
* Fixed a bug in the 'external find --all' command where the call failed to find packages by both executable and library. The bug was that the call `path.all_packages()` incorrectly turned the variable `packages_to_check` into a generator rather than keeping it a list. Thus the second call to `detection.by_library` had no work to do. * Fixed the help message for the find external and compiler commands as well as others that used the `scopes_metavar` field to define where the results should be stored in configuration space. Specifically, the fact that configuration could be added to the environment was not mentioned in the help message.
2022-06-17Added the ecp and radiuss tags to the LBANN software stack packages. (#31188)Brian Van Essen4-1/+4
2022-06-17Fix external compiler detection for MPICH and OpenMPI (#30875)Kyle Gerheiser2-14/+15
os.path.dirname was being used to compare compilers. If two compilers are in the same directory then it will pick up the first one it encounters. Compare the full compiler path instead.
2022-06-17openssh: don't suid-install ssh-keysign (not used by default) (#31083)Bernhard Kaindl1-0/+4
2022-06-17rct: update packages (RE, RG, RP, RS, RU) with new versions (#31172)Mikhail Titov5-20/+48
2022-06-17docs: quote string to show valid YAML (#31178)Massimiliano Culpo1-1/+1
fixes #31167
2022-06-17Spec: Add a new virtual-customizable `home` attribute (#30917)Chuck Atkins11-40/+413
* Spec: Add a new virtual-customizable home attribute * java: Use the new builtin home attribute * python: Use the new builtin home attribute
2022-06-17py-setuptools: install setuptools from wheels directly (#31131)Massimiliano Culpo3-40/+49
When installing setuptools from sources in Spack, we might get into weird failures due to the way we use pip. In particular, for Spack it's necessary to install in a non-isolated pip environment to allow using PYTHONPATH as a selection method for all the build requirements of a Python package. This can fail when installing setuptools since there might be a setuptools version already installed for the Python interpreter being used, with different entry points than the one we want to install. Installing from wheels both pip and setuptools should harden our installation procedure in the context of: - Bootstrapping Python dependencies of Spack - Using external Python packages
2022-06-17vtk-h: use cmake base pkg, overhaul recipe (#28898)Cyrus Harrison2-113/+100
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-06-17Support 'spack external find' for rocm packages (#30792)Sreenivasa Murthy Kolam25-3/+328
2022-06-17Update Intel package descriptions (#31150)Robert Cohn19-30/+133
2022-06-16openssl package: default to mozilla certs (#31164)Harmen Stoppels1-2/+9
On Cray systems that use Cray Data Virtualization Service (DVS), symlinks across filesystems are not allowed, either due to a bug, or because they're simply not POSIX compliant [1]. Spack's OpenSSL package defaults to `certs=system` which comes down to symlinking `/etc/ssl` in the Spack install prefix, triggering this problem, resulting in mysterious installation failures. Instead of relying on system certs, we can just use `ca-certificates-mozilla`, and if users really need system certs, then they're probably better off marking OpenSSL entirely as external. [1] https://github.com/glennklockwood/cray-dvs
2022-06-16py-sphinx: add v5, maintainer (#31171)Adam J. Stewart1-6/+25
2022-06-16ASP-based solver: fix rules on version weights selection (#31153)Massimiliano Culpo3-4/+61
* ASP: sort and deduplicate version weights from installed specs * Pick version weights according to provenance * Add unit test
2022-06-16Manifest parsing: avoid irrelevant files (#31144)Peter Scheibel2-1/+6
* Manifest directory may not contain manifest files: exclude non-manifest files * Manifest files use different name for rocmcc: add translation for it
2022-06-16New packages: py-ford and dependencies (#31107)Elizabeth Sherrock4-0/+101
* Created package and added description * Add py-markdown-include * Created package * Finished creating package * Added py-md-environ * Added build dependencies * Added other deps * Add python-markdown-math (#4) * Created package and started to add info * Removed unneeded global/install options * Figured out version spec for markdown-math * Removed type=build from unnecessary dependencies * Removed unneeded install/global options, added version spec to dependency * Added wscullin as interim maintainer for packages * Fixed style issues * Took care of trailing whitespace * Removed comment line before imports * Changed file charset to match other packages * Update var/spack/repos/builtin/packages/py-ford/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-ford/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Removed test dependency after review feedback * Added new 6.1.12 version to py-ford Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-16rpcsvc-proto: add 'cpp' path for rpcgen (#31157)Qian Jianhua1-0/+7
2022-06-16Add LevelZero variant to hwloc package (#31161)Mark Abraham1-0/+11
* Add LevelZero variant to hwloc package This permits the hwloc package to build with with support for the Intel Level Zero low-level layer, analogous to CUDA, ROCm, and OpenCL. * Fix typo
2022-06-16concretize.lp: impose a lower bound on the number of version facts if a ↵Massimiliano Culpo3-0/+42
solution exists (#31142) * concretize.lp: impose a lower bound on the number of version facts if a valid version exists fixes #30864 * Add a unit test
2022-06-16xsdk-examples: use 'parallel=False' with tests - as they may fail with a ↵Satish Balay1-0/+4
large '-j'[when used with +cuda] (#31138)
2022-06-16Xerces-C: Add option to disable transcoder (#31162)iarspider1-15/+10
* Xerces-C: Add option to disable transcoder * Update package.py * Apply suggestion from review * Flake-8