@@ -4,7 +4,7 @@ PortSystem 1.0
4
4
PortGroup github 1.0
5
5
PortGroup cmake 1.1
6
6
7
- github.setup IlyaGrebnov libbsc 3.3.7 v
7
+ github.setup IlyaGrebnov libbsc 3.3.8 v
8
8
github.tarball_from archive
9
9
name bsc
10
10
revision 0
@@ -17,9 +17,9 @@ long_description ${name} is a high performance file compressor based on lossl
17
17
compression algorithms. lib${name} is a library based on ${name} , it uses the same\
18
18
algorithms as ${name} and enables you to compress memory blocks.
19
19
20
- checksums rmd160 6438d3c9a696970c0c13caa7df4d6e0ed67aa56d \
21
- sha256 fe168826e6131affddc88dbbf49b3e983fc3faa0aa61b4201523b9f120bebf39 \
22
- size 193168
20
+ checksums rmd160 3b9378dd95c3a9610d1d50110615b917dd842f15 \
21
+ sha256 92a8f1ee74b02c5efb1ff802310185a153ea6b9412de1d314b8a0a70c04e2c38 \
22
+ size 193606
23
23
24
24
# https site has a misconfigured cert
25
25
homepage http://${github.project} .com
@@ -31,10 +31,7 @@ configure.args-append \
31
31
-DBSC_ENABLE_OPENMP=OFF \
32
32
-DBSC_ENABLE_CUDA=OFF \
33
33
-DBSC_ENABLE_NATIVE_COMPILATION=OFF \
34
- -DBUILD_SHARED_LIBS:BOOL=ON
35
-
36
- # See https://github.com/IlyaGrebnov/libbsc/pull/8
37
- patchfiles-append patch-CMakeLists.diff
34
+ -DBSC_BUILD_SHARED_LIB=ON
38
35
39
36
variant openmp description {enable parallelism support using OpenMP} {
40
37
compiler.openmp_version \
0 commit comments