Age | Commit message (Collapse) | Author | Files | Lines |
|
Add versions 2020.06.12 and develop.
Switch default for variant papi to true.
|
|
Co-authored-by: Sinan81 <Sinan81@github>
|
|
* new package: ocl-icd
* flake8
Co-authored-by: Sinan81 <Sinan81@github>
|
|
* Add pygelf Python package
* Update ReFrame package version
* Address styling remarks
* Update var/spack/repos/builtin/packages/reframe/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/reframe/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/reframe/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/reframe/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/reframe/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Address PR remarks
* Remove setuptools runtime dependency
* Address PR remarks
* Address PR remarks
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* py-healpy: a new package.
* Use internal libraries within py-healpy.
* Fix python dependencies.
* Fix python dependency.
|
|
* New recipe for building the Log4C package
* Update Copyright notice
|
|
|
|
|
|
|
|
implementations (#17015)
|
|
build. (#17013)
bazel uses gcc's -MF option to write dependencies to a
file. Post-compilation, bazel reads this file and makes some
determinations.
"Since gcc is given only relative paths on the command line,
non-system include paths here should never be absolute. If they
are, it's probably due to a non-hermetic #include, & we should stop
the build with an error."
Spack directly injects absolute paths, which appear in this file and
cause bazel to fail the build despite the fact that compilation
succeeded.
This patch disables this failure mode by default, and allows for it
to be turned back on by using the '~nodepfail' variant.
|
|
* New package: FrontFlow Blue
Computational Fluid Dynamics Software for aeroacoustics
* Modify Package ->MakefilePackage
* Update var/spack/repos/builtin/packages/ffb/package.py
Co-authored-by: Greg Becker <becker33@llnl.gov>
* Update var/spack/repos/builtin/packages/ffb/package.py
Co-authored-by: Greg Becker <becker33@llnl.gov>
Co-authored-by: Greg Becker <becker33@llnl.gov>
|
|
Whenever attempting to use any ncurses functionality within cscope, a
page fault would result within the ncurses library.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7fad3cf in termattrs_sp () from .../lib/libncursesw.so.6
(gdb) bt
#0 0x00007ffff7fad3cf in termattrs_sp () from .../lib/libncursesw.so.6
#1 0x00007ffff7faa794 in _nc_setupscreen_sp () from .../lib/libncursesw.so.6
#2 0x00007ffff7fa614c in newterm_sp () from .../lib/libncursesw.so.6
#3 0x00007ffff7fa65b9 in newterm () from .../lib/libncursesw.so.6
#4 0x00007ffff7fa2970 in initscr () from .../lib/libncursesw.so.6
#5 0x0000000000403dc2 in main (argc=<optimized out>, argv=0x7fffffffcea8) at main.c:574
This is due to a conflict between libtinfo.so and libtinfow.so. Both are
linked into cscope:
$ ldd $(which cscope)
/bin/bash: .../lib/libtinfo.so.6: no version information available (required by /bin/bash)
linux-vdso.so.1 (0x00007fff5dbcb000)
libncursesw.so.6 => .../lib/libncursesw.so.6 (0x00007f435cc69000)
libtinfo.so.6 => .../lib/libtinfo.so.6 (0x00007f435cc2c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f435ca29000)
libtinfow.so.6 => .../lib/libtinfow.so.6 (0x00007f435c9e8000)
/lib64/ld-linux-x86-64.so.2 (0x00007f435cca7000)
Specifically linking libtinfow.so instead of libtinfo.so resolves the
issue.
All instances of '...' above represent the path to the installed ncurses
for Spack.
|
|
|
|
* add build_ext_args to link pygpu with gpuarray
* libgpuarray: add version 0.7.6
|
|
|
|
|
|
Adding `extends('python')` makes sure that a
```
spack load -r geant4 +python
python -c "import Geant4"
```
find the module.
|
|
Apply a patch to fix builds on Power7 and 8, wrongly requesting
float128 support.
Upstream patch: libffi/libffi#561
|
|
|
|
|
|
|
|
* Add version 4.2.4
* Update checksum for 4.1.0
* Version @4: requires python and py-jinja2 to build
|
|
|
|
|
|
|
|
|
|
Control new options/dependencies in ADIOS2 to avoid pick-up of system
packages.
|
|
|
|
|
|
* teach spack how to build pmix from git
* add variant for new REST feature
* reorder package to match guidance
|
|
* Adding a package for wcs.
* Turning on sbml for wcs.
* The cpp flag needs to be available for wcs.
* Wcs needs SBML to properly define the namespace.
* Flake8 fixes.
* Fixing the help string with the description.
* Changing cpp to use the new variant syntax.
* Fixing flake8 errors.
* Forgot to delete one last fixme comment.
* Spack "develop" needs to link to repo "devel"
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Robert Blake <rob.c.blake.3@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* libffi: add patch for building with '%clang target=power*'
* libffi: fix version of clang/power patch
|
|
|
|
|
|
|
|
If systemd support is enabled, install will attempt to modify files in
system systemd directories.
|
|
* Adding BOOST_ROOT env variable
* Update var/spack/repos/builtin/packages/boost/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
fixes #16638
|
|
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* Cray: fix Blue Waters support
* pkg-config env vars needed on Blue Waters
* cray platform: fix support for user-build MPI on cray machines
* reintroduce cray environment cleaning behind cnl version guard
* cray platform: fix support for user-build MPI on cray machines
Co-authored-by: Gregory <becker33@llnl.gov>
|
|
|
|
This is a makefile package and needs to invoke make.
|
|
* Add new package: py-devlib
* Update var/spack/repos/builtin/packages/py-devlib/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* add depends
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* [hsf-cmaketools] add package
* fix formatting
* Apply suggestions from code review
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* [hsf-cmaketools] remove cmake_prefix_path which is set already by spack
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* R: url-version custom, release 4
* r: pcre condition
|
|
* Add py-storm@0.23 and update URL
* Update package.py
|
|
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
view (#16955)
Bugfix for hardlinks and copies
|
|
hpcviewer: added v2020.05.
ibm-java: added v8.0.6.10.
|