From 6aee7d33a896efbcca91f5acef9b8157dabee4cc Mon Sep 17 00:00:00 2001 From: Frederic Devernay Date: Fri, 14 Apr 2023 15:57:23 -0700 Subject: [PATCH] update MacPorts --- tools/MacPorts/lang/libomp/Portfile.orig | 16 +++++++-------- tools/MacPorts/lang/libomp/Portfile.patch | 25 +++++++++++++++-------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/tools/MacPorts/lang/libomp/Portfile.orig b/tools/MacPorts/lang/libomp/Portfile.orig index d79b46a18..01d6d378c 100644 --- a/tools/MacPorts/lang/libomp/Portfile.orig +++ b/tools/MacPorts/lang/libomp/Portfile.orig @@ -12,7 +12,7 @@ name libomp maintainers {eborisch @eborisch} openmaintainer homepage https://openmp.llvm.org description The OpenMP subproject of LLVM -long_description ${description} is intended to contain all of the\ +long_description {*}${description} is intended to contain all of the\ components required to build an executing OpenMP\ program that are outside the compiler itself. \ This port works with MacPorts' clang-3.7+ (optionally \ @@ -30,7 +30,7 @@ subport libomp-devel {} if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} { - version 16.0.0 + version 16.0.1 revision 0 if { ${subport} eq "libomp-devel" } { @@ -46,13 +46,13 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} { checksums \ openmp-${version}.src.tar.xz \ - rmd160 f1bddca83257a699c33c486b0e8a4200b8d70de0 \ - sha256 e30f69c6533157ec4399193ac6b158807610815accfbed98695d72074e4bedd0 \ - size 1278048 \ + rmd160 ae49a06ba7a13582d1b811d07363541e9557636e \ + sha256 3385718b1865c7a9ef45e8923a8e2487d23c20e1b8b4c18df6c5a2881eddf18a \ + size 1278184 \ cmake-${version}.src.tar.xz \ - rmd160 2263edb16c1aca6073ff5ca32104592ec77313be \ - sha256 04e62ab7d0168688d9102680adf8eabe7b04275f333fe20eef8ab5a3a8ea9fcc \ - size 9004 + rmd160 035fd188b7403066490761e06f8deb38d373f591 \ + sha256 f7b070b0ea71251c81b1a3dcdc6ccd28f59615e3e386c461456c5c246406acdc \ + size 9000 if {${os.major} <= 12} { # kmp_alloc.c includes but libc++ is not the default on diff --git a/tools/MacPorts/lang/libomp/Portfile.patch b/tools/MacPorts/lang/libomp/Portfile.patch index 2adcb1828..8209fcdff 100644 --- a/tools/MacPorts/lang/libomp/Portfile.patch +++ b/tools/MacPorts/lang/libomp/Portfile.patch @@ -1,4 +1,4 @@ ---- Portfile.orig 2023-04-04 11:40:21.000000000 -0700 +--- Portfile.orig 2023-04-13 10:53:45.000000000 -0700 +++ Portfile 2023-04-04 12:02:53.000000000 -0700 @@ -1,7 +1,7 @@ # -*- 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 @@ if {${os.major} <= 17} { PortGroup muniversal 1.0 } +@@ -12,7 +12,7 @@ + maintainers {eborisch @eborisch} openmaintainer + homepage https://openmp.llvm.org + description The OpenMP subproject of LLVM +-long_description {*}${description} is intended to contain all of the\ ++long_description ${description} is intended to contain all of the\ + components required to build an executing OpenMP\ + program that are outside the compiler itself. \ + This port works with MacPorts' clang-3.7+ (optionally \ @@ -29,30 +29,21 @@ subport libomp-devel {} if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} { - -- version 16.0.0 +- version 16.0.1 - revision 0 - if { ${subport} eq "libomp-devel" } { @@ -39,13 +48,13 @@ - - checksums \ - openmp-${version}.src.tar.xz \ -- rmd160 f1bddca83257a699c33c486b0e8a4200b8d70de0 \ -- sha256 e30f69c6533157ec4399193ac6b158807610815accfbed98695d72074e4bedd0 \ -- size 1278048 \ +- rmd160 ae49a06ba7a13582d1b811d07363541e9557636e \ +- sha256 3385718b1865c7a9ef45e8923a8e2487d23c20e1b8b4c18df6c5a2881eddf18a \ +- size 1278184 \ - cmake-${version}.src.tar.xz \ -- rmd160 2263edb16c1aca6073ff5ca32104592ec77313be \ -- sha256 04e62ab7d0168688d9102680adf8eabe7b04275f333fe20eef8ab5a3a8ea9fcc \ -- size 9004 +- rmd160 035fd188b7403066490761e06f8deb38d373f591 \ +- sha256 f7b070b0ea71251c81b1a3dcdc6ccd28f59615e3e386c461456c5c246406acdc \ +- size 9000 + revision 0 if {${os.major} <= 12} {