Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raja, chai: update to 2024.07.0 #25508

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devel/chai/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PortGroup mpi 1.0
# MAP_ANONYMOUS
legacysupport.newest_darwin_requires_legacy 14

github.setup LLNL CHAI 2024.02.2 v
github.setup LLNL CHAI 2024.07.0 v
name chai
revision 0
categories devel
Expand All @@ -36,7 +36,7 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
-clang18
}

set port_libfmt libfmt10
set port_libfmt libfmt11

depends_lib-append port:cppcheck \
path:bin/git:git \
Expand Down
6 changes: 3 additions & 3 deletions devel/raja/Portfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- 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

Check warning on line 1 in devel/raja/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test raja: Warning: raja is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in devel/raja/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test raja: Warning: raja is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in devel/raja/Portfile

View workflow job for this annotation

GitHub Actions / macos-12

port test raja: Warning: raja is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
PortGroup mpi 1.0

github.setup LLNL RAJA 2024.02.2 v
github.setup LLNL RAJA 2024.07.0 v
name raja
revision 0
categories devel
Expand All @@ -26,10 +26,10 @@
git.cmd ${prefix}/bin/git
}

set py_ver 3.11
set py_ver 3.12
set py_ver_nodot [string map {. {}} ${py_ver}]
depends_build-append \
port:pkgconfig \
path:bin/pkg-config:pkgconfig \
port:python${py_ver_nodot}

if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
Expand Down