Skip to content

Commit 6aee7d3

Browse files
committed
update MacPorts
1 parent 24aee5e commit 6aee7d3

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

tools/MacPorts/lang/libomp/Portfile.orig

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name libomp
1212
maintainers {eborisch @eborisch} openmaintainer
1313
homepage https://openmp.llvm.org
1414
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\
1616
components required to build an executing OpenMP\
1717
program that are outside the compiler itself. \
1818
This port works with MacPorts' clang-3.7+ (optionally \
@@ -30,7 +30,7 @@ subport libomp-devel {}
3030

3131
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
3232

33-
version 16.0.0
33+
version 16.0.1
3434
revision 0
3535

3636
if { ${subport} eq "libomp-devel" } {
@@ -46,13 +46,13 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
4646

4747
checksums \
4848
openmp-${version}.src.tar.xz \
49-
rmd160 f1bddca83257a699c33c486b0e8a4200b8d70de0 \
50-
sha256 e30f69c6533157ec4399193ac6b158807610815accfbed98695d72074e4bedd0 \
51-
size 1278048 \
49+
rmd160 ae49a06ba7a13582d1b811d07363541e9557636e \
50+
sha256 3385718b1865c7a9ef45e8923a8e2487d23c20e1b8b4c18df6c5a2881eddf18a \
51+
size 1278184 \
5252
cmake-${version}.src.tar.xz \
53-
rmd160 2263edb16c1aca6073ff5ca32104592ec77313be \
54-
sha256 04e62ab7d0168688d9102680adf8eabe7b04275f333fe20eef8ab5a3a8ea9fcc \
55-
size 9004
53+
rmd160 035fd188b7403066490761e06f8deb38d373f591 \
54+
sha256 f7b070b0ea71251c81b1a3dcdc6ccd28f59615e3e386c461456c5c246406acdc \
55+
size 9000
5656

5757
if {${os.major} <= 12} {
5858
# kmp_alloc.c includes <atomic> but libc++ is not the default on

tools/MacPorts/lang/libomp/Portfile.patch

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- Portfile.orig 2023-04-04 11:40:21.000000000 -0700
1+
--- Portfile.orig 2023-04-13 10:53:45.000000000 -0700
22
+++ Portfile 2023-04-04 12:02:53.000000000 -0700
33
@@ -1,7 +1,7 @@
44
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
@@ -9,12 +9,21 @@
99
if {${os.major} <= 17} {
1010
PortGroup muniversal 1.0
1111
}
12+
@@ -12,7 +12,7 @@
13+
maintainers {eborisch @eborisch} openmaintainer
14+
homepage https://openmp.llvm.org
15+
description The OpenMP subproject of LLVM
16+
-long_description {*}${description} is intended to contain all of the\
17+
+long_description ${description} is intended to contain all of the\
18+
components required to build an executing OpenMP\
19+
program that are outside the compiler itself. \
20+
This port works with MacPorts' clang-3.7+ (optionally \
1221
@@ -29,30 +29,21 @@
1322
subport libomp-devel {}
1423

1524
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
1625
-
17-
- version 16.0.0
26+
- version 16.0.1
1827
- revision 0
1928
-
2029
if { ${subport} eq "libomp-devel" } {
@@ -39,13 +48,13 @@
3948
-
4049
- checksums \
4150
- openmp-${version}.src.tar.xz \
42-
- rmd160 f1bddca83257a699c33c486b0e8a4200b8d70de0 \
43-
- sha256 e30f69c6533157ec4399193ac6b158807610815accfbed98695d72074e4bedd0 \
44-
- size 1278048 \
51+
- rmd160 ae49a06ba7a13582d1b811d07363541e9557636e \
52+
- sha256 3385718b1865c7a9ef45e8923a8e2487d23c20e1b8b4c18df6c5a2881eddf18a \
53+
- size 1278184 \
4554
- cmake-${version}.src.tar.xz \
46-
- rmd160 2263edb16c1aca6073ff5ca32104592ec77313be \
47-
- sha256 04e62ab7d0168688d9102680adf8eabe7b04275f333fe20eef8ab5a3a8ea9fcc \
48-
- size 9004
55+
- rmd160 035fd188b7403066490761e06f8deb38d373f591 \
56+
- sha256 f7b070b0ea71251c81b1a3dcdc6ccd28f59615e3e386c461456c5c246406acdc \
57+
- size 9000
4958
+ revision 0
5059

5160
if {${os.major} <= 12} {

0 commit comments

Comments
 (0)