Skip to content

Commit

Permalink
drop down to eigen v3_4_0
Browse files Browse the repository at this point in the history
- responding to https://cdcvs.fnal.gov/redmine/issues/28782, dropping back to older eigen.
Newer eigen gives build errors. See #19
- update jenkins table matrix for builds to attempt.
  • Loading branch information
gavinsdavies committed Jul 2, 2024
1 parent 5c49352 commit 2da584c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
# nulite v3_16_6
echo root v6_28_12 -q${QUAL}:p3915
echo boost v1_82_0 -q$QUAL
echo eigen v23_08_01_66e8f
echo eigen v3_4_0
fi

if [ $WANTSTAN == yes ]
Expand Down
4 changes: 2 additions & 2 deletions jenkins/make_table.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ echo VERSION=$TAG
echo
echo

for EXPT in n313 n315
for EXPT in n313 n315 n316
do
for OPT in debug prof
do
for COMPILER in e20 c7
for COMPILER in e20 e26 c7 c14
do
for STAN in stan stanfree
do
Expand Down

0 comments on commit 2da584c

Please sign in to comment.