blis, disable static library (#7605)

This commit is contained in:
Schrijvers Luc
2022-12-20 19:41:26 +01:00
committed by GitHub
parent 3d303f66fa
commit bfc17be6f7
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}