mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
blis, disable static library (#7605)
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2018 The University of Texas at Austin
|
||||
2016 Hewlett Packard Enterprise Development LP
|
||||
2018-2019 Advanced Micro Devices, Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5e05868c4a6cf5032a7492f8861653e939a8f907a4fa524bbb6e14394e170a3d"
|
||||
#PATCHES="blis-$portVersion.patchset"
|
||||
@@ -75,6 +75,7 @@ BUILD()
|
||||
--libdir=$libDir \
|
||||
--includedir=$includeDir \
|
||||
--sharedir=$settingsDir \
|
||||
--disable-static \
|
||||
$TARGET # CPU target
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/flame/blis"
|
||||
COPYRIGHT="2014 The University of Texas at Austin
|
||||
2019 Advanced Micro Devices, Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ad5765cc3f492d0c663f494850dafc4d72f901c332eb442f404814ff2995e5a9"
|
||||
PATCHES="blis-$portVersion.patchset"
|
||||
@@ -67,6 +67,7 @@ BUILD()
|
||||
--libdir=$libDir \
|
||||
--includedir=$includeDir \
|
||||
--sharedir=$settingsDir \
|
||||
--disable-static \
|
||||
$TARGET # CPU target
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user