@@ -12,7 +12,7 @@ name libomp
12
12
maintainers {eborisch @eborisch} openmaintainer
13
13
homepage https://openmp.llvm.org
14
14
description The OpenMP subproject of LLVM
15
- long_description ${description} is intended to contain all of the\
15
+ long_description {*} ${description} is intended to contain all of the\
16
16
components required to build an executing OpenMP\
17
17
program that are outside the compiler itself. \
18
18
This port works with MacPorts' clang-3.7+ (optionally \
@@ -30,7 +30,7 @@ subport libomp-devel {}
30
30
31
31
if {${os.platform} eq " darwin" && ${configure.cxx_stdlib} ne " libstdc++" } {
32
32
33
- version 16.0.0
33
+ version 16.0.1
34
34
revision 0
35
35
36
36
if { ${subport} eq " libomp-devel" } {
@@ -46,13 +46,13 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
46
46
47
47
checksums \
48
48
openmp-${version} .src.tar.xz \
49
- rmd160 f1bddca83257a699c33c486b0e8a4200b8d70de0 \
50
- sha256 e30f69c6533157ec4399193ac6b158807610815accfbed98695d72074e4bedd0 \
51
- size 1278048 \
49
+ rmd160 ae49a06ba7a13582d1b811d07363541e9557636e \
50
+ sha256 3385718b1865c7a9ef45e8923a8e2487d23c20e1b8b4c18df6c5a2881eddf18a \
51
+ size 1278184 \
52
52
cmake-${version} .src.tar.xz \
53
- rmd160 2263edb16c1aca6073ff5ca32104592ec77313be \
54
- sha256 04e62ab7d0168688d9102680adf8eabe7b04275f333fe20eef8ab5a3a8ea9fcc \
55
- size 9004
53
+ rmd160 035fd188b7403066490761e06f8deb38d373f591 \
54
+ sha256 f7b070b0ea71251c81b1a3dcdc6ccd28f59615e3e386c461456c5c246406acdc \
55
+ size 9000
56
56
57
57
if {${os.major} <= 12} {
58
58
# kmp_alloc.c includes <atomic> but libc++ is not the default on
0 commit comments