math/openblas: Fix PLIST when INTERFACE64 option is enabled
from Makefile.install: 165 #Generating openblas.pc 166 ifeq ($(INTERFACE64),1) 167 SUFFIX64=64 168 endif 169 PKGFILE="$(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/$(LIBSONAMEBASE)$(SUFFIX64).pc" ... 178 @cat openblas.pc.in >> "$(PKGFILE)" PR: 275802 Submitted by: Sergey V. Koupreyenko <sergey.koupreyenko@gmail.com> Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
This commit is contained in:
parent
ceb46c9090
commit
391b9fd144
1 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@ lib/libopenblas.so
|
|||
lib/libopenblas.so.0
|
||||
%%DYNAMIC_ARCH%%lib/libopenblasp-r%%PORTVERSION%%.a
|
||||
%%DYNAMIC_ARCH%%lib/libopenblasp-r%%PORTVERSION%%.so
|
||||
libdata/pkgconfig/openblas.pc
|
||||
%%NO_INTERFACE64%%libdata/pkgconfig/openblas.pc
|
||||
%%INTERFACE64%%libdata/pkgconfig/openblas64.pc
|
||||
|
|
Loading…
Reference in a new issue