Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
  2. Mar 04, 2020
  3. Mar 03, 2020
  4. Mar 02, 2020
  5. Mar 01, 2020
    • TZ's avatar
      Quantum-Espresso: qe-6.5 fails to detect MKL for FFT (#15276) · ac4d0c3a
      TZ authored
      * Quantum-Espresso: qe-6.5 fails to detect MKL for FFT
      
      qe-6.5 fails to detect MKL for FFT if BLAS_LIBS is set due to
      an unfortunate upsteam change in their autoconf/configure:
      - qe-6.5/install/m4/x_ac_qe_blas.m4 only sets 'have_blas'
        but no 'have_mkl' if BLAS_LIBS is set (which seems to be o.k.)
      - however, qe-6.5/install/m4/x_ac_qe_fft.m4 in 6.5 unfortunately
        relies on x_ac_qe_blas.m4 to detect MKL and set 'have_mkl'
      - qe-5.4 up to 6.4.1 had a different logic and worked fine with
        BLAS_LIBS being set
      However, MKL is correctly picked up by qe-6.5 for BLAS and FFT if
      MKLROOT is set (which SPACK does automatically for ^intel-mkl).
      Thus, do not set BLAS_LIBS when compiling qe-6.5 with intel-mkl.
      
      * replace all '^intel-mkl' by '^mkl' to match other packages which also provide MKL
      
      e.g. intel-parallel-studio+mkl as mentioned by @adamjstewart in #15276
      Unverified
      ac4d0c3a
    • George Hartzell's avatar
      Update kallisto (with hackery on std_cmake_args) (#15278) · 501fdc75
      George Hartzell authored
      * Filter problematic flag from std_cmake_args
      
      Including '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON' in the cmake args causes
      bits of cmake's output to end up in the autoconf-generated configure
      script.  See https://github.com/spack/spack/issues/15274 and
      
      * Don't build in parallel (sigh)
      
      * Constrain hackery for newer versions...
      
      ... to newer versions.
      Unverified
      501fdc75
    • Sinan's avatar
      QGIS: fix typos (#15279) · 5fc43b3b
      Sinan authored
      * fix typos
      
      * minor improvement
      
      * add version 3.4.15
      Unverified
      5fc43b3b
    • Sinan's avatar
      New package: QGIS (#12388) · 7150bd62
      Sinan authored
      
      * [WIP] new package: qgis
      
      * add maintainer
      
      * further improvements
      
      * reflect improvements to qscintilla installation paths
      
      * comment out qtkeychain dependency as the package is created
      
      * uncomment qtkeychaing dependency, since this package is now created
      
      * a comment on webkit
      
      * specify versions of dependencies, add variant
      
      * fix variant description
      
      * fix proj dependency logic
      
      * adjust conflicts and dependencies so that one can compile qgis@2 with qt4, python2.7
      
      * minor improvement
      
      * fix some build errors, improve dependency specs
      
      * qsci python bindings will be build by py-pyqt
      
      * cmake variable QSCINTILLA_LIBRARY should point to library itself not the parent folder
      
      * turn grass off explicitly, fix typo, turn qspatialite off explicitly
      
      * fix typo
      
      * specify more cmake options that doesn"t seem to be set properly, and use spack provided pkg-config
      
      * fix libzip
      
      * fix build issue with sqlite variant, add runtime dependencies
      
      * add more runtime python package dependencies
      
      * reflect variant name change in sqlite
      
      * add maintainer, correct typo
      
      * add TODO's
      
      * add more versions
      
      * improve style
      
      * add latest versions
      
      * netcdf -> netcdf-c
      
      * add variants as shown in cmake config
      
      * add conflict: v3.8.1 won't build if qt@5.13:
      
      * change preferred version to latest long term release, 3.10.3
      
      * add a zillion of build options
      
      * improve style
      
      * add descriptions for variants
      
      * remove and already implemented compilation tip
      
      * add "when" statements for optional dependencies
      
      * make flake8 happy
      
      * Update var/spack/repos/builtin/packages/qgis/package.py
      
      Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * Update var/spack/repos/builtin/packages/qgis/package.py
      
      Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * Update var/spack/repos/builtin/packages/qgis/package.py
      
      Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * Update var/spack/repos/builtin/packages/qgis/package.py
      
      Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * Update var/spack/repos/builtin/packages/qgis/package.py
      
      Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * convert conflicts to depends_on
      
      * undo str conversion for path objects
      
      * fix flake8 E131
      
      * fix flake8 E128, E124
      
      * improve style
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      Unverified
      7150bd62
    • Mark W. Krentel's avatar
      hpctoolkit: add version 2020.03.01 (#15277) · 4c506c88
      Mark W. Krentel authored
      Add version 2020.03.01, deprecate Blue Gene to 2019.12.28 and earlier,
      tighten a few dependencies.
      Unverified
      4c506c88
Loading