Age | Commit message (Collapse) | Author | Files | Lines |
|
Add variants to control building of many 3rd-party modules in opencv.
They are enabled by default, which matches the defaults chosen by
opencv when these options are not set explicitly. This also updates
the lbann opencv dependency to disable most of these new variants by
default in order to build faster.
|
|
Fixes #2781
This PR introduces a new attribute for packages called
`archive_files`, which designates files that should be saved from
a package build (e.g. the config.log generated during autotools
builds).
The attribute contains a list of glob expressions; Any file that
matches will be archived in the `<prefix>/.spack/archived-files`
directory. Errors that occur when archiving files are collected and
reported in a file named `<prefix>/.spack/archived-files/errors.txt`.
`AutotoolsPackage` and `CMakePackage` provide a sensible default
override for this attribute.
|
|
* py-pyfaidx: adding new package
* updating the url
* identifying dependencies
|
|
|
|
|
|
|
|
- Adds v1.3.0 and v1.4.0
- List explicit CMake version dependency (from Benchmark CMake files)
- Disable the building of tests. Starting in v1.4.0 this introduced a dependency on GoogleTest
Tested by building all versions on macOS High Sierra
|
|
|
|
* pybind11: 2.2.3
new release for pybind11, v.2.2.3:
https://github.com/pybind/pybind11/blob/v2.2.3/docs/changelog.rst#v223-april-29-2018
* pybind11: compiler support
mark older versions as conflicts
|
|
Add Google Test variant to enable/disable building with threads.
|
|
|
|
|
|
* manta: Create new package
* manta: Create new package
* manta: fix dependency types
|
|
|
|
* perl: add 5.26.2
* perl: add 5.22.4
* move Misc releases to EOL
|
|
|
|
|
|
|
|
|
|
|
|
* metabat: Create new package
* fix Perl script shebangs and BOOST_ROOT environment
* add perl script fix function
* add perl dependency and fix positional argument for Python 2.6
|
|
* add wireshark
Change-Id: I1ef674ff286db2e06baaf9fca65982d1145cfa79
* fix qt4 build
Change-Id: Ieb9989b9fec1a0e02388197f971ee66b591d45c5
* remove commented lines
Change-Id: Ia67bfaf1beba06dd710cee56aec06bc36b293d34
* flake8 fix
Change-Id: Ica1b2cce2be2faca82a4177c3cdc3a0bb005c031
* remove clutter
Change-Id: I6061fe56a88f8c7b7e03fdce5e3eae04036ad2d8
* fix dependencies
Change-Id: I8160c70c9333c9f5e82ed5fc73633455df568972
* use dot syntax instead of join_path
Change-Id: Id1f737299b603fa4093b58571d46a64b0dd84895
|
|
|
|
* py-udunits: update
* Use standard py-netcdf4
* Remove unnecssary import?
* Suggested simplifications
* flake8
|
|
|
|
* py-pysam requires curl.
* py-pysam conflicts with htslib@1.7.
* Bump py-pysam versions.
* Add more dependencies.
|
|
Built once on Centos 7 w/ external GCC 4.8.5 compiler
|
|
* a new package: papyrus.
* removed the empty cmake_args
* changed md5 checksum for v1.0.0
* make a long line short
* one long line url
|
|
* Bump samtools and hstlib to version 1.8.
* rm .bak.
* Bump bcftools to 1.8.
* bcftools@1.8 depends on libzip.
|
|
* py-more-itertools: new package
* code review
|
|
* Fix a typo and replace hard-coded version.
* version -> self.version.
|
|
According to this comment:
https://github.com/open-mpi/ompi/issues/4338#issuecomment-383982008
on an OpenMPI issue, using `--enable-static` silently disable slurm
support.
|
|
* gdal: update
* Remove unneeded depends(python)
|
|
|
|
* pism: new package
* Implement code review
* Remove pointless docstring5
* Fixed missing trailing quote
|
|
* py-numpy: update
* Better constrain when can / cannot parallel build.
* Update SciPy parallel logic to be specific to Python 3.5+, same as in Numpy.
|
|
* py-bsddb3: update
* Change py-setuptools to build dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* py-crispresso: Create new package
* py-crispresso: Create new package
|
|
* New Package: svn2git
https://github.com/nirvdrum/svn2git
svn2git is a tiny utility for migrating projects from Subversion to Git while
keeping the trunk, branches and tags where they should be. It uses git-svn to
clone an svn repository and does some clean-up to make sure branches and tags
are imported in a meaningful way, and that the code checked into master ends up
being what's currently in your svn trunk rather than whichever svn branch your
last commit was in.
* Actually requires +perl variant of subversion.
* fix style issue.
|
|
* A new package: nanopb.
* flake8.
* Remove py-pytorch.
|
|
* Bump pgi to 18.4.
* Remove the empty line.
* Update.
|
|
* Bump gatk version to 4.0.4.0.
* Update.
* Fixed.
* Fixed.
|