Age | Commit message (Collapse) | Author | Files | Lines |
|
* Add package for r-ada, update r-rpart version
Adds a package for r-ada.
Update the version for r-rpart because the previous version is
no longer at that URL. The previous version *is* in the Archive,
but list_url does not seem to be able to find it.
* Clean up FIXMEs (blush)
|
|
|
|
Lightly tested on CentOS 7.
|
|
* New Package: miniFE
* Removed extra property, using variant value directly
|
|
* savanna: Runtime framework for online workflow management from the ECP CODAR project
* savanna: added version 0.5
* savanna: Copying the package contents to prefix as part of installation
* savanna: Doing submodules=true for git checkout of develop version
* savanna: removed dependency on adios@develop. depends on adios
* Savanna: Converted package to MakefilePackage
|
|
* New Package: Pathfinder
* Added index for String format
* Changed to make Makefile edit more specific
* Make Flake8 Happy
* Removed unneeded conversion
|
|
* Add package for freebayes
* Don't include url, must use git info.
* Fix flake8 complaints
|
|
* Add package for Sniffles
* Wire up a manual install step
The cmake infra doesn't install anything, so do it by hand.
The binaries land in a location that embeds the version...
|
|
* hybpiper: new package and spades dependency
* hybpiper: making flkae8 happy
* hybpiper: fixing dependency errors
* fixing python dep type
* removing cmake from spade dependencies
|
|
* 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)
|