SHA256
1
0
forked from pool/fftw3

Accepting request 534290 from home:eeich:branches:multimedia:libs

- For HPC build package static libraries as well.

- Generate baselib.conf dynamically and only for the non-HPC
  build: this avoids issues with the source validator.

- removed unnedded dependency packages 

- rewrote for hpc library support
  * added environment modules
  * reduced number of hpc realted packages to two

OBS-URL: https://build.opensuse.org/request/show/534290
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=46
This commit is contained in:
2017-10-16 18:57:55 +00:00
committed by Git OBS Bridge
parent bf832efdf6
commit 3fd8228f70
5 changed files with 335 additions and 73 deletions

View File

@@ -1,3 +1,9 @@
# See spec file for the reason(s)
addFilter('shlib-fixed-dependency')
# This line is mandatory to access the configuration functions
from Config import *
# See spec file for the reason(s)
addFilter("libfftw3.* devel-file-in-non-devel-package")
addFilter("libfftw3.* hidden-file-or-dir")
addFilter('shlib-fixed-dependency')
addFilter('libfftw3.* shlib-policy-nonversioned-dir /usr/lib/hpc')
addFilter('libfftw3.* shlib-policy-nonversioned-dir /usr/share/lmod')