Skip to content

Commit 710df6c

Browse files
committed
[Meson] Compile cishp.F90
1 parent 6ac264d commit 710df6c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
SHARED="-shared"
202202
export LD_LIBRARY_PATH="$(pwd):${GITHUB_WORKSPACE}/cutest/$LIBDIR:$LD_LIBRARY_PATH"
203203
fi
204-
if [[ "${{matrix.os}}" == "macos-13" ]]; then
204+
if [[ "${{matrix.os}}" == "macos-15-intel" ]]; then
205205
LIBDIR="lib"
206206
DLEXT="dylib"
207207
SHARED="-dynamiclib"

man/man3/cutest_cishp.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\" e @(#)cutest_cishp v1.0 01/2026;
22
.TH cutest_cishp 3M "4 Jan 2026" "CUTEst user documentation" "CUTEst user documentation"
33
.SH NAME
4-
CUTEST_cishp \- CUTEst tool to evaluate the sparsity patter of the Hessian
4+
CUTEST_cishp \- CUTEst tool to evaluate the sparsity pattern of the Hessian
55
of an individual problem function, in sparse format.
66
.SH SYNOPSIS
77
.HP 1i

src/tools/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ libcutest_src += files('ccf.F90',
3131
'cisgr.F90',
3232
'cisgrp.F90',
3333
'cish.F90',
34+
'cishp.F90',
3435
'cjprod.F90',
3536
'clfg.F90',
3637
'cnames.F90',

0 commit comments

Comments
 (0)