Age | Commit message (Collapse) | Author | Files | Lines |
|
* New Package: CloverLeaf
* Removed Tag and Added Documentation
* Corrected Dependencies and Variant Values
|
|
|
|
|
|
* libwebsockets: new versions
both new versions fix a nasty bug leading to a hanging
connection on connect.
* ISAAC Server: Fix libwebsockets
ISAAC server did hang in docker containers due to a bug
in libwebsockets.
|
|
|
|
* New Package:XSBench
* minor changes
* replaced extend() with append()
* addressed comment.
* removed tags as per PR# 4749
|
|
* Add two python packages for editing mach-O headers. Much faster than calling otool and install_name_tool directly
* remove non-overriding function
* autopep8
|
|
* py-deeptools: new package and dependencies
* py-deeptools: fixing python things
* missed a fix
|
|
* New Package: CloverLeaf3D
* Fixed Flake8 Mistake
* Removed unnecessary check
|
|
|
|
directly, for Trilinos. (#4687)
* Adding OpenMP variant to Trilinos. Also building NetCDF with PNetCDF in Trilinos when necessary.
* Adding runtime error for PNetCDF variant in Trilinos when necessary. Omitting unnecessary openmp variant for Trilinos in Nalu.
* Changing variant checks to conflicts statements.
* Adding comments to Trilinos package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* dealii: workaround for concretization bug
* trilinos: add Anasazi which got disabled recently
|
|
|
|
|
|
|
|
* genometools: new package
* genometools: fixing perl dependency type
|
|
* fseq: new package
* fseq: fixed dependency type
|
|
* New Package: MiniAMR
* Removed empty braces string formatting
|
|
* New Package: HPCCG
* Moved Run Script Install Location
|
|
|
|
* exabayes: new pacakge
* exabayes: added configure arg
* exabayes: adding comments regarding compilers
|
|
|
|
* ea-utils: new package
* ea-utils: simplifying self.spec.prefix
* ea-utils: added comment about perl
* ea-utils: fixing flake8 error
|
|
* New package: comd
* Avoid re-defining build
|
|
* gcc: Add strip variant
* gcc: Fix strip variant description being too long
|
|
Lightly tested on CentOS 7.
|
|
|
|
|
|
|
|
adds a new release of isaac-server.
|
|
|
|
Adds the `gearshifft` package, a benchmark suite for heterogeneous implementations of FFTs.
Adds clFFT, a software library containing FFT functions written in OpenCL.
see: https://github.com/clMathLibraries/clFFT
|
|
* cap3: new package
* cap3: removing boilerplate
* cap3: fixed version and added doc
|
|
The vcftools package was installing its Perl libraries into a
directory in the staging directory named 'lib', instead of installing
them into `prefix.lib` where they should have been because the value
passed to the configure script was wrong.
The result was that any attempt to run one of the scripts in the
package failed with something like:
> Can't locate VcfStats.pm in @INC (you may need to install the
> VcfStats module) [...]
This fix provides the correct information in `configure_args`.
Tested lightly on CentOS 7.
|
|
adds a new release of isaac.
(1.3.0 forgot to bump the internal version number
in include macros)
|
|
|
|
* butter: new package
* butter: fixed dependency type
|
|
|
|
(#4675)
* Fix for building osu-micro-benchmarks on OS X (librt not available/required)
* Fixed typo and replaced extend by append
|
|
* ampliconnoise: new package
* ampliconnoise: fixed installation
* ampliconnoise: fixing install again
|
|
* libint: factored parts of configure_args into their own functions
* libint: added -xSSE2, as suggested by @lee218llnl
|
|
|
|
* Dataspaces spack package, hard-wired for ubuntu VM
* Initial commit of dataspaces spack package
* Made changes and additions necessary to install on Cori and Titan
* Added temp 1.6.2.1 for testing
* Updated tar file for 1.6.2
* Fixed formatting
* Set the type of build dependencies
* Changed the way autogen.sh is called for compatibility
* Use append instead of extend to add configure flags
* Various syntax fixes
* Switched string checking to method for compatibility
Now using the six library for Python 3 compatibility. Thanks @adamjstewart
* Made MPI variant default
|
|
|