Skip to content

Commit a59e5d5

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

test/runtests.jl

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

1319
function test_well_defined(model, nls_model, sol)

0 commit comments

Comments
 (0)