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
Loading