Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
* Adding v6.6 (latest stable)
* There is no '-' in Quantum ESPRESSO
Co-authored-by: Filippo Spiga <fspiga@nvidia.com>
|
|
Some of the feature flags are named differently and clwb is missing on
my i7-1065G7. cascadelake and cannonlake might have similar problems but
I do not have access to those architectures to test.
|
|
- add cuda variant, enabled by default, but conflicting with
strumpack@:3.9.999
- add zfp variant, enabled by default, but conflicting with
strumpack@:3.9.999
- update minimum CMake version to 3.11
- for version 4.0.0:, do not use mpi wrappers. v4.0.0 uses CMake
MPI targets
- for version 4.0.0, add dependency on butterflypack@1.2.0:
- remove versions 3.1.0 and older
- make parmetis variant True by default
- add TODO for slate variant (spack package not ready yet)
|
|
While I believe there must have been a reason to restrict libtool to <=
2.4.2, adios compiles just fine with libtool 2.4.6 for me.
In fact, without this change, I'm getting this error:
libtool: Version mismatch error. This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
This doesn't make much sense, since spack did build libtool@2.4.2 as a
dependency, and was supposedly trying to use it. My guess is that on
this system (NERSC's cori) the system libtool in /usr/bin, which is
2.4.6 somehow got picked up partially.
|
|
|
|
|
|
Semi-recently the lua spackage was updated to explicitly add libtinfow
to the lua build line. Ncurses provides this but only when the +termlib
variant is enabled
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
* emacs: add version 27.1
* emacs: 26.3 does not work on macos catalina
|
|
|