Skip to content

Commit d74f579

Browse files
ajouter des commentaires pour clarifier l'exclusion de SciMLSensitivity sur FreeBSD
1 parent e6935a6 commit d74f579

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/runtests.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ using ADNLPModels,
66
MLDatasets,
77
NLPModels,
88
ProximalOperators,
9-
QuadraticModels,
9+
QuadraticModels
10+
11+
# This package is skipped on FreeBSD due to issues with SciMLSensitivity and Enzyme packages
12+
13+
if !Sys.isfreebsd()
1014
SciMLSensitivity
15+
end
16+
1117
using RegularizedProblems
1218

1319
function test_well_defined(model, nls_model, sol)

0 commit comments

Comments
 (0)