summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-12-21 00:05:40 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-12-21 00:06:08 +0300
commit478021fb91ad87a334fe29a1fc584bef7e7e6566 (patch)
tree4c564604334a72ac061c56595b87e408d3b1cab8 /sci-chemistry/gromacs/gromacs-2022.9999.ebuild
parentdev-libs/bcm2835: add 1.71 (diff)
downloadgentoo-478021fb91ad87a334fe29a1fc584bef7e7e6566.tar.gz
gentoo-478021fb91ad87a334fe29a1fc584bef7e7e6566.tar.bz2
gentoo-478021fb91ad87a334fe29a1fc584bef7e7e6566.zip
sci-chemistry/gromacs: remove mkl-10 hack
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2022.9999.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2022.9999.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
index b5227c43c97f..45c3e54bce9c 100644
--- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
@@ -200,11 +200,6 @@ src_configure() {
if use fftw; then
fft_opts=( -DGMX_FFT_LIBRARY=fftw3 )
- elif use mkl && has_version "=sci-libs/mkl-10*"; then
- fft_opts=( -DGMX_FFT_LIBRARY=mkl
- -DMKL_INCLUDE_DIR="${MKLROOT}/include"
- -DMKL_LIBRARIES="$(echo /opt/intel/mkl/10.0.5.025/lib/*/libmkl.so);$(echo /opt/intel/mkl/10.0.5.025/lib/*/libiomp*.so)"
- )
elif use mkl; then
local bits=$(get_libdir)
fft_opts=( -DGMX_FFT_LIBRARY=mkl