Age | Commit message (Collapse) | Author | Files | Lines |
|
And update to 3.6
|
|
* Create a symbolic link for MotionCor2.
* Create a symbolic link for MotionCor2.
* Create a symbolic link for MotionCor2.
* Create a symbolic link for MotionCor2.
|
|
* Revert "Added i3 and its dependencies. (#6805)"
This reverts commit a00a09a234886d3bb4e53f873579a56aca11d3ba.
* Revert "Adding NEURON simulator package (#5097)"
This reverts commit d24782c86d84d51ac3ef7404c9e4a4eb6b9eab7e.
* Revert "openssl: Add perl dependency (#5188)"
This reverts commit 395ee97f3b1cdd96ae00bdae6d27d3145c50fc5e.
|
|
|
|
* Adding NEURON package widely used in computational neuroscience community
* flake8 fixes
* Add rx3d variant
* Addressed review comments from Adam
* Addressed 2nd review comments
* Added check for +mpi on bg-q
* Filter spack compiler wrappers in NEURON scripts
Add gcc march=native flag to make front-end build robust
* Make develop as preferred version due to bug in long filename handlings in <= v7.4
* Avoid use of gcc in cross compiling environment
Use arch specific options on cray and bg-q arch
* Simplify cross compiling build:
- v7.5 added and no longer need develop as preferred version
- legacy cray related options removed
- cross compiling args reduced
- python arguments reduced as neuron finds proper libraries
* Simplify bg-q configurations
* Cleanup and unify arch options
* Make sure to add commonly available packages as dependency
* Arch path added to dependent_environment as nrniv needed at runtime
* Support for Power 8 architecture
* Fix python3 on OS X
* flake8 fix
* remove unnecessary conflcist directives
|
|
perl is required for the configure script.
|
|
* Added a package for the MDAnalysis toolkit.
* Added a patch file to get rid of compiler warnings with intel compiler
and inlining. Added checksum values for other versions of protobuf.
* Added dependency on Intel compiler for intel patch
|
|
* added variant examples to paraview package.py
* qt: added libxt dependency
* add variant to use external hdf5, this is needed when compiling with gcc@4.8.5
* paraview: added python dependecies to PYTHONPATH
|
|
(#5977)
|
|
* Start adding Nek5000 package
* Add tools to install: genmap, prenek, postnek
* Address comments by @davydden
* Use install_tree (thanks @junghans) and polish
* Update url
* Fix flake formatting errors
* Change F77 and CC compilers
Apparently spack compilers can't be called outside spack and we
have an underscore test in our Nek5000/core/makenek.inc file which
calls F77 compiler.
* Add support for visit and profiling options
* Fix a typo
* Fix a typo
* Remove the C check
* Add visit variant
* Update the install of int_tp tool
* Let MAXNEL to be set during installation
|
|
|
|
* Added magma package
* Incorporated Serban's change
* Remove deleted files
* argparse.py
* Sync forked Spack repo in github
* Add spectrum-mpi lib path to LD_LIBRAY_PATH in spack_env.
As a result of supporting alternate installation directories, spectrum-mpi does
not use rpath anymore, so we need to set LD_LIBRARY_PATH in spack_env to allow
MPI programs to run during dependent package configuration.
* Fix flake8 error (blank line at EOF)
|
|
* RNA-SeQC: Create new package
* RNA-SeQC: Fix flake8 error
* RNA-SeQC: Fix Travis error
|
|
|
|
* qt: add 5.10.0, fix macOS build, clean-up comments/TODOs
* qt: fix pkgconfig files
* qt: restore-pc-files.patch
* add version constraint to the patch
* qt: adjust url_for_version for 5.10.0
|
|
* xios: XML-IO-SERVER library for IO management of climate models
* xios: install to prefix directory
* xios: add a test case
* xios: define versions to use cache and mirror directories
* xios: use proper svn URL for version 910
* xios: package url must be defined, otherwise uninstall fails
* xios: add trunk version to allow building latest revision
* xios: enable parallel build
* xios: allow installation with mpif90 compiler wrappers
* xios: use mpi variants of dependencies
* xios: allow user to specify MPI launcher via MPIRUN environment variable
* xios: prefer spack versions of blitz and boost (needed for gcc@7)
* xios: enable builds with clang+gfortran on OSX
* xios: use numeric versions for releases, @develop for trunk
* xios: different patches required for @1.0 and @develop
* xios: patch function for clang works across revisions
* xios: link blitz library
* xios: workaround bug 17782 in llvm
* xios: whitespace adjustments for flake8
* xios: avoid bare except clause
* xios: netcdf-fortran inherits ^netcdf+mpi from xios dependencies
|
|
* py-umi-tools: Create new package
* py-umi-tools: fix dependencies
|
|
|
|
* combine all patches for 1612 into a single file, with additional
comments to explain the rational.
* Add kahip decomposition variant.
* Add support for ARM64 architecture.
* filter instead of patching etc/config.*/settings. This eliminates
patch files for 1706, perhaps for the future as well.
* URLs at or before version 1612 have a different structure, so
provide a url_for_version implementation to handle this
|
|
* package/r-rjags: create new package
* fix typo
fix typo
* package/r-rjags small fix to pass flake8 tests
* package/r-rjags: more fixes to satisfy flake8 tests
|
|
|
|
* Update motioncor2 to 1.0.4 and add libtiff dependency.
* Add comments for libtiff dependency in MotionCor2.
|
|
|
|
* suite-sparse: support 64bit BLAS
* use double quotes instead of escaped quotes
|
|
|
|
* singularity - added master branch as this has latest fixes - 2.4 does not compile on centos 6 without use of this branch
* renamed to develop
* added master branch properly
|
|
The ADIOS1 numpy bindings depend on an installed, fully loaded
ADIOS C library + its config tools to build properly.
|
|
* Added a package for the MDAnalysis toolkit.
* Added a package for the Intel MKL-DNN project.
* Fixed flake8 errors.
* Fixed Flake8
|
|
Some servers report a content-type header instead of Content-Type.
|
|
|
|
* atom-dft: new package plus dependencies
* Indentation fix
* Use the compiler wrappers
* Pass variables instead of using FileFilter
|
|
* Install all the cli tools from all the sub-directories
* Satisfy pep8
|
|
* add py-lrudict
* style fix
* style fix: add blank lines
|
|
|
|
|
|
* add OctavePackage
1. remove import CudaPackage which is not needed anymore
2. mention CudaPackage and OctavePackage in packaging guide
3. adjust OctavePackageTemplate
4. add clue file for Octave build
5. sanity check on self.prefix
* use setup_environment
|
|
* py-xattr: a python interface to access extended file attribute
* py-xattr: style fix
|
|
* Added a package for the MDAnalysis toolkit.
* Updated the LBANN recipe to use the revised cmake environment being
rolled out.
* Flake8 errors
|
|
|
|
|
|
* jags: fixing openblas thows a lapack error when compiling. atlas works. other lapack providers may work. also adding tags
* changing blas/lapack reference
* removing openblas conflict
* jags: whitespace cleanup for flake8
|
|
* esmf: put .mod files in the spack compiler search path
* esmf: allow building with Cray mpi
* esmf: create run-path dependent libraries on osx
* esmf: link fortran interface libraries when building with mpich
|
|
|
|
* perl-xml-libxml: adding perl module
* line length change
|
|
* create perl-file-which package
* trivial edits for package.py so
trivial edits for package.py so that flake8 will not complain
|
|
This fixes build issues with most recent gcc versions.
See issue #6252.
|
|
|
|
|
|
|
|
|