Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
See #2059 for background.
I'm unable to install `lmod` because lua-luafilesystem fails.
The luarocks install bits attempt to do a shallow clone of the luafilesystem
sources and the default git on my CentOS 7 test box (`git version 1.8.3.1`)
fails.
This adds a build dependency that ensures that a relatively modern git is
available.
|
|
* Update texlive digest value
While the discussion in #2494 progresses, this changes fixes the digest
values so that builds succeeed.
* Add warning that texlive is not repeatably installable
|
|
|
|
|
|
these packages (#2443)
Funded-by: IDEAS
Project: IDEAS/xSDK
Time: 1 hour
|
|
these packages (#2443)
Funded-by: IDEAS
Project: IDEAS/xSDK
Time: 1 hour
|
|
|
|
|
|
|
|
* Update OpenMPI to the AutotoolsPackage
* Add Java support to OpenMPI
* Fix missing commas
* Be more specific about what versions support what flags
* Revert description for thread_multiple variant
|
|
* py-rtree: Added package
* py-rtree = RTree (spatial indexing) data structure for Python
* libspatialindex = Underlying C library wrapped by py-rtree
* Flake8 and Copyright issues.
* Fix Python syntax error.
* Fixed dependency type error.
* Added new version, based on updates requested in upstream PR
* 1. Change cmake to build dependency.
2. Updated to CMakePackage
|
|
* Use JSON for the database instead of YAML.
- JSON is much faster than YAML *and* can preserve ordered keys.
- 170x+ faster than Python YAML when using unordered dicts
- 55x faster than Python YAML (both using OrderedDicts)
- 8x faster than C YAML (with OrderedDicts)
- JSON is built into Python, unlike C YAML, so doesn't add a dependency.
- Don't need human readability for the package database.
- JSON requires no major changes to the code -- same object model as YAML.
- add to_json, from_json methods to spec.
* Add tests to ensure JSON and YAML don't need to be ordered in DB.
* Write index.json first time it's not found instead of requiring reindex.
* flake8 bug.
|
|
* Allow spack create to handle packages with period in name
* Update tests to handle new package name detection scheme
|
|
|
|
|
|
|
|
|
|
* Update go to 1.7.4 and 1.6.4 to fix security issues
The go team recently rolled out two releases to address security
issues. Details available on the [go release
site](https://golang.org/doc/devel/release.html).
This commit updates our explicitly supported versions.
It also includes a comment about two CentOS requirements (enable
user_namespace and ensure that the static c library is installed) that
are required for the pacakges to pass their tests.
* Flake8 cleanup
|
|
It looks more complicated because zlib has custom configure which does
not support CFLAGS option. So instead, we take it from environment.
|
|
|
|
* Added some notes about how multiarch detection could be fixed.
* Implemented a preliminary version of the "spack.spec.ArchSpec" class.
* Updated the "spack.spec.Spec" class to use "ArchSpec" instead of "Arch".
* Fixed a number of small bugs in the "spack.spec.ArchSpec" class.
* Fixed the 'Concretizer.concretize_architecture' method so that it uses the new architecture specs.
* Updated the package class to properly use arch specs.
Removed a number of unused architecture functions.
* Fixed up a number of bugs that were causing the regression tests to fail.
Added a couple of additional regression tests related to architecture parsing/specification.
Fixed a few bugs with setting reserved os/target values on "ArchSpec" objects.
Removed a number of unnecessary functions in the "spack.architecture" and "spack.concretize" modules.
* Fixed a few bugs with reading architecture information from specs.
Updated the tests to use a uniform architecture to improve reliability.
Fixed a few minor style issues.
* Adapted the compiler component of Spack to use arch specs.
* Implemented more test cases for the extended architecture spec features.
Improved error detection for multiple arch components in a spec.
* Fix for backwards compatibility with v0.8 and prior
* Changed os to unknown for compatibility specs
* Use `spack09` instead of `spackcompat` for the platform of old specs.
|
|
* fix download URL and dependencies for py-pypar
* use url_for_version in py-pypar
|
|
* Modification to accept flex version >= 2.6 + bug fix on paraview dependency
* flake8 "corrections"
|
|
|
|
specific version for default install method. (#2456)
|
|
|
|
|
|
The option appeared in CMake 3.2 (specifically, in 3.2.0-rc2, see
https://cmake.org/pipermail/cmake-developers/2015-February/024552.html).
|
|
* Make X11 font install dir the font search default
We install the X11 fonts into `/share/fonts` beneath the font-util
installation prefix, but that directory is not one of the places that
the font subsystem searches.
This commit makes the fontconfig package depend on the font-util
package, and then it makes
```python
spec['font-util'].prefix + "/share/fonts"
```
be the fontconfig default font location.
Before this change, plots drawn by R have bounding boxes where font
glyphs should be. After this change fonts appear as expected.
* Enrich description string (trigger new CI run)
Improve the docstring for the package.
Also interested in the side effect of triggering another CI run
to see if the recent flake8 fix lets this PR run clean.
* Flake8 cleanups
|
|
* add missing py-numpy dependency to scipy
* add missing setuptools build dependency to py-argcomplete
|
|
* Updated hdf5: new versions added.
* Updated hdf5: url_for_version() accounts for per-version urls.
|
|
* Does nothing if no prexisting config.guess is found.
* Update name for RHEL OS.
|
|
Fixed a typo.
|
|
Fixed a typo.
|
|
|
|
|
|
|
|
intel-parallel-studio: fix location of MKL libs
|
|
* Update R&friends to use our X11 libs
Add `depends_on()`'s for R, Cairo, and Tk so that they use the Spack X
bits.
* Conditionalize X stuff on variant
Another step towards hooking up the X stuff.
There's still discussion happening on the issue, but this is better
than the 'everything must build with X' state that it was in.
|
|
|
|
* New package - r-irkernel
* New package - r-pbdzmq, dependency of r-irkernel
* Adding blank line expected by flake8 tests
|
|
Fixed a bug that was causing memory errors after asserts in 'tetgen@1.5.0'.
|
|
use short spec instead of spec as CDash has a limitation in name length
mark all problems as 'FAILED' as CDash does not understand "ERRORED" status
|
|
|
|
This corrects a severe problem (segfault) on macos Sierra.
|
|
Funded-by: IDEAS
Project: IDEAS/xSDK
Time: .3 hours
x
|
|
|
|
* Fix building latest version of flex
* Don't need when clause
* Remove perl deps, shebang too long
|