Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
When a user specifies a URL for a specific version of a package, Spack originally
would use that URL for all newer versions of the package. This behavior has
proven to be generally more harmful than useful, so this PR removes the feature
such that a version-specific URL override affects only that version.
|
|
|
|
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
|
|
* Update kaldi
always use the --fst-version otherwise it does the wrong thing with
selecting the fst version.
also enable speex by default
* Give version a more meaningful name
* Update older version with a date string instead
|
|
|
|
|
|
|
|
|
|
|
|
* gtkorvo-atl: Updated to version 2.2
* gtkorvo-dill: Updated to version 2.4
* gtkorvo-enet: Updated to version 1.3.14
* libevpath: Updated to version 4.4.0
* libffs: Updated to version 1.5
* gtkorvo-atl: Bugfix: Fixed cmake args
* gtkorvo-enet: Switched order of versions to have the latest version on the top
* gtkorvo-atl: Cleaned up cmake_args. Added conditional self.run_tests
* gtkorvo-dill: Cleaned up cmake_args. Added conditional self.run_tests
* libffs: Correction in dependency versions. Cleaned up cmake_args. Added conditional self.run_tests
* libevpath: Correction in dependency versions. Cleaned up cmake_args. Added conditional self.run_tests
* gtkorvo-atl: Removed unused option from cmake args
|
|
libxshmfence@1.2 does not compile with recent versions of glibc.
|
|
|
|
* libnova: new package
* libnova: flake8
|
|
* Make 'netlib-lapack' a CMakePackage.
* Add a comment.
* Some refactoring.
|
|
* express: bamtools lib handling
* express: use libs property
* express: remove old comment
|
|
|
|
* blasr: new package
* blasr: changed version release, created list with 9 things, seperated make into build phase.
* blasr: fixed build phase by adding :
* blasr: fixed syntax for configure_args
* blasr: flake8 edits
* blasr-libcpp: fixed configure_args syntax
* blasr: fixed install issues resulting from PacBio changes
* blasr: removed accidental blasr-libcpp upload
* blasr: removed accidental blasr-libcpp upload
* blasr: removed blasr-libcpp
* blasr: edited out comment
|
|
* kvtree package file
* MPI is default on
* proper mpi compiler
* rankstr package
* better rankstr description
* typo
* redset package
* shuffile package
* er package
* axl package
* proper pythor
* mpi is default on
* alpha releases and master versions
* veloc package with boost headers dep
* cmake version
* added C++11 requirement
* flake8
* flake8
* ecp tag
* axl: better async api option handling
* veloc package description
* prettier args list
* C++11 flag handler
* v1.0 of veloc
|
|
* Added support for uncrustify 0.67.
Since the build system changed for uncrustify at version 0.64,
I had to change the package from an AutotoolsPackage to a plain
Package and use @when annotations to build the packages differently.
* Removed blank line at end of file
* Added support for python2.6 in uncrustify configuration.
|
|
- Versions before 2.5.2 suffer from a serious security problem
(https://nvd.nist.gov/vuln/detail/CVE-2018-12021). Deleted all
versions prior to v2.5.2.
- Update homepage (looks like singularity's going Freemium).
- Use release tarball instead of automagically generated archive
tarball (digest values are more stable).
- No longer need autotools for released versions, just @devel.
- Install needs to be single-threaded, otherwise when installed as
root the various 'chmod' operations race against the copies.
|
|
The entries for git@2.17.1 and git@2.17.0 were swapped.
This fixes them.
|
|
|
|
|
|
preCICE (Precise Code Interaction Coupling Environment) is a
coupling library for partitioned multi-physics simulations.
Partitioned means that preCICE couples existing programs (solvers)
capable of simulating a subpart of the complete physics involved in
a simulation.
of-precice: new package
preCICE adapter for OpenFOAM
|
|
* switch git to kernel.org source and sha256
Change-Id: I5fe15689adb1163e9ed2b7127b52c95bd0d48564
* fix forgotton md5s
Change-Id: Ib01f21e20678d9aac3344b6ee311134a90b87bdd
* remove old url
Change-Id: I717a084a0357a84b83bc6c8542749aac7e04f68b
|
|
|
|
|
|
* Add missing dependencies and variants to wcslib
* Add flex version requirement
|
|
* ncbitoolkit: Create new package.
* Fix Flake8 Error.
* Add version constraints and change format.
* Fix version constraints.
|
|
|
|
|
|
* parquet: new package
Includes the following dependencies:
* arrow
* flatbuffers
Changes for compilation:
* snappy
* thrift
* zstd
* parquet: improve recipes (including dependencies)
* arrow: remove unused import in recipe
* parquet: fix line length for flake8/py27
* parquet, arrow: fix py26 format strings
* Address review comments.
* arrow: simplify recipe
|
|
(#8638)
|
|
* Add new versions for log4cplus.
* Update log4cplus versions.
* Add urls.
* Add url_for_version.
* Remove url_for_version.
|
|
|
|
|
|
|
|
|
|
xl related fixes are 3.9.3 so remove xlc-test-3.9.0.diff
|
|
|
|
|
|
* First draft of amrvis package file.
* More additions to amrvis.
* Formatting.
* Forcing compiler environment variables to point to spack mpi compilers when using mpi.
* Disabling intel compiler for amrvis.
* Comments.
* Refining amrvis package file.
* Moving library and include locations variables to be inserted at the first lines of the makefile.
* Globbing amrvis binary instead of constructing its name.
* Making env variable setting consistent and fixing globbing of executable.
* Using iglob instead of glob.
* Turning MPI on by default for Amrvis.
|
|
* ENH: Building OpenFOAM sub-packages (issue #8579)
* Some support for packages building with OpenFOAM
- Adjust the wrappers calling the OpenFOAM Allwmake script. Have them
look for a Allwmake-spack file first, which is assumed to contain
special adjustments for compiling with spack.
This file could be delivered as part of a tarball (which is unlikely)
or generated on the fly by the spack sub-package as part of its
patch or configure stage.
CONFIG: change the default paraview variant for openfoam to be False
- the different combinations of paraview backends, off-screen etc
make it difficult to suggest that building with paraview as
a standard dependency makes much sense.
Additionally, building paraview with qt can become quite an issue.
So it makes much more sense to only enable that upon request.
ENH: add a +vtk variant.
- for VTK with off-screen rendering to be used by the runTimePostProcessing
function object, which is a fairly simple framework for generating images of
some OpenFOAM derived objects (eg, sampling planes).
SPACK spec problem:
- reflect the flex restriction impose by the scotch dependency within
the openfoam spec as well, as partial workaround for buggy or annoying
spec resolution.
OTHER:
- updated the backstop foamEtcFile file to include args handling
as per the OpenFOAM-v1806 updates.
* new version: OpenFOAM-v1806
- https://www.openfoam.com/releases/openfoam-v1806/
|
|
* A new package: xhmm.
* Flake8.
* Support general BLAS.
|
|
|