Age | Commit message (Collapse) | Author | Files | Lines |
|
* samtools: Add version 0.1.8 for OSS soapdenovo-trans.
* Add depend on zlib and samtools to build on aarch64.
* soapdenovo-trans: Change the condition of depend on zlib and samtools.
|
|
|
|
|
|
|
|
* New package: cxxopts
* Use +unicode instead of unicode=True
- Make the unicode option more explicit
* Add two new variants to spack for upcoming 1.5, stable and develop
* Add as maintainer
* Add depends_on on clauses
* Remove unrelated change
|
|
* Add new config options for qthreads
* Fix syntax error and add option for specifying stack size
* Fix flake8 issues
* Add input validation for the stack size variant and add explicit enable for spawn cache
* Fix flake8 issues with input validation code
|
|
* vifi: a new package.
* Fix url.
* Add dependencies.
|
|
|
|
* Add scantailor
* qt: Fix build w/ GCC9 for @4:
* qt: Fix patch filename and qt version
* Fix typo in patch name
* scantailor: Fix version
* scantailor: Use a more-modern fork
* scantailor: Remove unused patch file
Co-authored-by: Ruben Di Battista <ruben.di-battista@polytechnique.edu>
|
|
* Add new package arbor
Change-Id: I70a442d6ad74979d13bd9f599df238c085d4baf9
* Update package.py
* add additional dependencies
* change download to tar-ball
* py26 compatibility
* restrict noqas and expand comment
Co-authored-by: Eric Müller <mueller@kip.uni-heidelberg.de>
|
|
* llvm-openmp-ompt: Additional dependencies and adding variant for disabling building libomptarget
* Flake8 fixes
|
|
* mark: Create new package.
* mark: change description.
* mark: change description.
* mark: Delete set_up environment.
* mark: replace join_path(prefix.bin, mark) with prefix.bin.mark
* mark: new license and sha256 hash
Co-authored-by: lingnanyuan <1297162327@qq.com>
|
|
I know that it's just an example, but I was trying to figure out what was going on and it wasn't making sense....
`tput sgr0` resets the terminal state (http://linuxcommand.org/lc3_adv_tput.php) and I can't see any reason to do it twice. Deleting the second occurrence doesn't seem to break the fancy prompt effect.
|
|
* qgis
* Update package.py
QGIS 3.12.1 can use PROJ >= 4.9.3. Therefore both version restrictions on PROJ were incorrect.
https://github.com/qgis/QGIS/blob/final-3_12_1/INSTALL
* Update package.py
Add explanation to (hopefully temporary) removal of hdf5 dependency.
* Remove overly restrictive GRASS version number.
* flake8
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
|
|
`openmpi @4:` can use `hwloc @2:`.
|
|
|
|
|
|
* Add new package: consul
* fix package type
* refine install phase
|
|
|
|
|
|
* [py-numba] fixing upper limit for conditional dependency
* [py-numba] added version 0.50.1
* [py-numba] Specifying llvmlite version for new version
|
|
* [py-llvmlite] new version 0.33.0
* [py-llvmlite] newer version of python required
|
|
* upgrade to version 2.14; added target architecture optimization
* renamed devel-> (adamjstuart); keep 2.14bx versions
Co-authored-by: lu64bag3 <gerald.mathias@lrz.de>
|
|
|
|
* helics: Add version 2.6.0
* Remove bms version from HELICS package
|
|
* add 0.18, remove older versions
* update url
* fix typo
|
|
|
|
(#18168)
Co-authored-by: lu64bag3 <gerald.mathias@lrz.de>
|
|
Fixes #18152
|
|
|
|
|
|
|
|
|
|
Set location for dependencies specifying explicitly both
the include and lib path. This permits to handle cases where
the libraries are installed in lib64 instead of lib.
fixes #17556
fixes #10842
closes #18150
|
|
closes #3887
closes #3853
|
|
|
|
* [lcio] set up run time paths
* [lcio] update runtime
* [lcio] flake8
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
|
|
Compilers can have strange versions, as the version is provided by the user. We know the real version internally, (by querying the compiler) so expose it as a property and use it in places we don't trust the user. Eventually we'll refactor this with compilers as dependencies, but this is the best fix we've got for now.
- [x] Make `real_version` a property and cache the version returned by the compiler
- [x] Use `real_version` to make C++ language level flags work
|
|
|
|
|
|
* nfs-ganesha: fix compile error on debian
* add type for py-stsci-distutils
|
|
|
|
|
|
|
|
Restores the fetching progress bar sans failure outputs; restores non-debug reporting of using fetch cache for installed packages; and adds a unit test.
* Add status bar check to test and fetch output when already installed
|