Age | Commit message (Collapse) | Author | Files | Lines |
|
* add package py-pynn
* fix docstring
* fix dependency mess
* add python dependency
|
|
* add package py-mongo
* add dependencies
|
|
|
|
* Add abipy package and dependencies
* Add first official release of py-abipy
* Ignore files from dependencies during activation
|
|
|
|
|
|
|
|
* Add Blast+ package.
Adds support for NCBI's blast+@2.6.0. I'll be adding a few historical versions in the near future.
It's a fairly direct transliteration of the [Homebrew Science recipe][hbs].
I skipped the mysql support.
There is a problem with HDF5 support. Blast's configure script test program defines a macro 'HOST' to a string value and one of the HDF5 bits has an variable named 'HOST'. Fun things happen. I've disabled support for now.
I've run very very basic tests. I'll get this out to my users and ensure that it works and fine tune the options and etc....
[hbs]: https://github.com/Homebrew/homebrew-science/blob/master/blast.rb
* Flake8 fixes
* Update w.t.r. mamelara's PR and cleanup
Add paths to things in the --with-* config args
Add add'l config flags from #3394.
Update patch to no-op and add comment.
Add add'l dependencies after studying `configure --help`.
* Flake8 cleanup
* Add support for blast+@2.2.30
Need to work around a configure bug. See https://github.com/Homebrew/homebrew-science/issues/2337#issuecomment-170011511.
* Re-wrap comment, line length not a problem.
I'd broken a comment across to line in a fit of flake8
induced fear. Adam pointed out that it's ok.
* Remove explicit prefix config
Remove explicit prefix config, the autotools package does it for us.
|
|
|
|
|
|
jq is a commandline JSON processor. Oniguruma is a regexp
library on which jq depends.
|
|
|
|
Add package for the BASH Automated Testing System.
|
|
* Add support for 2.3.1
Updated digest and added a dependency on tbb.
* Cleanup patch name and add description
|
|
* Update samtools family to 1.4
* simple cleanup
* Make bzip depends_on for future versions too
|
|
* Add package for ncftp
* Flake8 cleanups
|
|
* Add package for staden-io-lib
* Flake8 cleanups
|
|
* Add package for mummer
Blocked on https://github.com/LLNL/spack/pull/3555.
* Make "check" step optional and flake8 cleanups
|
|
* Add package for pigz
* Whitespace
* Remove leftover instructions (oops...)
* Flake8 cleanup
* Convert to MakefilePackage
|
|
* Add package for blat
* Whitespace cleanup
* Flake8 cleanup
|
|
|
|
|
|
|
|
|
|
Add support for nextflow versions 0.24.1 and 0.23.3.
|
|
* fix for #3588
* set 'build_directory' variable instead
|
|
|
|
|
|
|
|
* Added packages for Structural Simulation Toolkit and Dumpi trace
* sst-dumpi deps
Remove extraneous dependency from sst-dumpi
* Removed redundant function and fake-url from sst-dumpi package
* Fixed URL, Added git branches, requested changes
sst-dumpi version listed as 6.1, made an upstream change to 6.1.0
sst-macro and sst-dumpi can be installed as v6.1.0 and master branch
* Added bootstrap. Tweaked URLs and description
|
|
Previous syntax fix in 8a873bb was not quite right.
|
|
|
|
* googletest: New version 1.8.0
* googletest: Simplify
|
|
|
|
- drop old TCL support from paraview build.
- add +plugins variant to have include directories installed. This is
enabled by default since the additional diskspace for includes is
really minimal and since this also allows re-use of the VTK libraries
from ParaView without necessarily requiring a separate VTK
installation.
- +opengl2 is now the default. As per all newer VTK and paraview versions.
BUG: broken install for paraview-5.0.1 with includes and without python
- incorrect conditional for ui_pqExportStateWizard.h when python is
disabled and includes are to be installed.
gcc compiler detection patch.
These have both been fixed in paraview 5.3.0
ENH: refactor as a CMakePackage.
- Note that "spack install paraview" works as expected, but
"spack build paraview" fails in weird unrelated ways.
|
|
|
|
Make 0.163 the preferred version of elfutils.
|
|
|
|
- later versions do not seem to work well with libdwarf.
|
|
|
|
* Fix nettle dependency
GnuTLS requires a nettle from the 2.7 series, won't work
with 3.x (so sayeth configure when it crashes...).
* Fix configure symlinking GNUmakefile to itself
I'm confused about how this ever worked, but....
As configure runs, it does something like this:
```
config.status: linking /home/hartzelg/tmp/spack/var/spack/stage/gnutls-3.3.9-uq2u4ecucncv2l3akran765aystyvkys/gnutls-3.3.9/GNUmakefile to GNUmakefile
```
and since that is the cwd the build crashes with:
```
==> 'make' '-j28'
make: GNUmakefile: Too many levels of symbolic links
make: stat: GNUmakefile: Too many levels of symbolic links
make: *** No rule to make target `GNUmakefile'. Stop.
```
Since the comment in the configure script points out that the
GNUmakefile is "only for the maintainer" I've just commented out the
bit that leads to the symlinking.
Builds for me on CentOS 7. (I do have a recent-ish set of auto-*
things in my patch via linuxbrew)
* Wordsmith
* Fix symbolic link problem properly
Autotools magic. See #3565 for the details.
* Flake8 cleanup
* Add some headroom on the version number constraint
We really want < 3.0 but there's not a good way to express it.
We'd like to avoid having to update the file if they release 2.7.2.
This seems like a good compromise.
|
|
- adjusted formatting to reduce some flake8 complaints
|
|
|
|
BUG: provide patch for scotch 6.0.4 if building non-threaded
- corresponds to issue #20179 from the scotch issue trackter
|
|
|
|
gnutls needs nettle from the 2.7 series. Might as well give it
the latest.
|
|
|
|
|
|
|
|
|