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

sparskit: Update to 2-20210601 #25643

Merged
merged 1 commit into from
Sep 10, 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
16 changes: 6 additions & 10 deletions science/sparskit/Portfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# -*- 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 science/sparskit/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

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

Check warning on line 1 in science/sparskit/Portfile

View workflow job for this annotation

GitHub Actions / macos-12

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

Check warning on line 1 in science/sparskit/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

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

PortSystem 1.0
PortGroup compilers 1.0

name sparskit
version 2-20190610
# note, this is the "version 2" updated in 2019, not the earlier one from 2015 or before
version 2-20210601
revision 0
checksums rmd160 235a973af274442edd26726011b306e490d54ef8 \
sha256 a9bf3f595b733a4f5db211664aa775108b5078f280d58eb4e32dbc3a40a77a72 \
size 1176828
categories science
platforms darwin
maintainers {dstrubbe @dstrubbe}
license LGPL-2.1+

Expand All @@ -26,10 +29,6 @@
# This line should be removed when the next proper version of the software is released.
dist_subdir ${name}/${version}

checksums rmd160 77a75cd20678b190814084c28e4b72533210e9cd \
sha256 ecdd0a9968d6b45153a328710a42fe87600f0bba0e3c53896090b8ae1c113b7a \
size 1287441

use_configure no

patchfiles patch-makefile.diff \
Expand All @@ -55,9 +54,6 @@

pre-build {
build.args-append F77=${configure.fc} FFLAGS="${configure.fcflags}"

# this file will be built, and it can cause linking failures if instead we add new things to an incompatible library pre-existing
delete ${worksrcpath}/libskit.a
}

pre-test {
Expand All @@ -74,4 +70,4 @@

livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex SPARSKIT(\[0-9.\]+)${extract.suffix}
livecheck.regex SPARSKIT(\[0-9.\]+)[quotemeta ${extract.suffix}]
6 changes: 3 additions & 3 deletions science/sparskit/files/patch-makefile.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- makefile.orig 2013-09-29 22:51:48.000000000 -0400
+++ makefile 2013-09-30 19:37:31.000000000 -0400
@@ -151,3 +151,36 @@
--- makefile.orig 2021-06-01 13:31:44.000000000 -0500
+++ makefile 2024-09-07 01:30:46.000000000 -0500
@@ -154,3 +154,36 @@
(cd UNSUPP/PLOTS ; $(F77) $(OPT) texgrid1.f)
UNSUPP/PLOTS/texplt1.o : UNSUPP/PLOTS/texplt1.f
(cd UNSUPP/PLOTS ; $(F77) $(OPT) texplt1.f)
Expand Down