Skip to content

Changes

Started by timer
Started 3 mo 8 days ago
Took 57 min on macOS-Intel

Summary

  1. CHG: compilation on new mac (commit: 93718ac) (details)
  2. CHG: macOS gets confused with libscalapack 2.2.2 vs 2.2, removing --LDFLAGS seems to fix it (commit: 15cbbf2) (details)
  3. CHG: libtool does not find listdc++ library if we don't provide FORTRANLIB (bug on Helene's machine and Jessica's machine) (commit: aa1171d) (details)
  4. Upgraded all macOS and Linux builds to use PETSc 3.23; clean up (commit: 3f47a93) (details)
  5. Switched to UC Berkeley mirror for Autotools packages (commit: cf73bc7) (details)
  6. Missing BLASLAPACK; removing default of LDFLAGS (commit: a9631cd) (details)
  7. Use system/developer copy of libblas/lapack on macOS (commit: 1ead908) (details)
  8. Reverting changes for now to debug (commit: eee23d8) (details)
  9. added option for vertex number and field value to hover over menu (commit: 03ff977) (details)
  10. Update applyoptions.m (commit: 1f16263) (details)
  11. Use system/developer copies of libblas and liblapack on macOS (commit: 0cebcd9) (details)
  12. Update applyoptions.m (commit: 055b0d1) (details)
  13. Update applyoptions.m (commit: 2cc88af) (details)
  14. Update plot_datatip.m (commit: debc152) (details)
  15. Adjusted tolerances; disabling test2085 on Intel-based Macs due to large errors (commit: 5d39ff8) (details)
  16. Revert to PETSc 3.22 for binaries (commit: 79a1f3e) (details)
  17. Use UC Berkley mirror for GSL (commit: ff72f34) (details)
  18. Use UC Berkley mirror for GSL; cleanup (commit: c239460) (details)
  19. Corrected installation path (commit: d2ed426) (details)
  20. Missing blaslapack for binaries under Linux (commit: 8b40f43) (details)
  21. Link against lib(blas/lapack).tbd for macOS binaries (commit: 9ed4fbe) (details)
  22. Using GitHub for certain external packages instead of issm.ess.uci.edu (commit: 924ff4d) (details)
The file was modifiedsrc/c/modules/StochasticForcingx/StochasticForcingx.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Element.cpp (diff)
Commit 15cbbf23d7e9247df05af74408f19e882e85694f by helene.l.seroussi
CHG: macOS gets confused with libscalapack 2.2.2 vs 2.2, removing --LDFLAGS seems to fix it
(commit: 15cbbf2)
The file was modifiedexternalpackages/petsc/install-3.23-mac.sh (diff)
Commit aa1171d34923e61a4c8f0bdf94676bcf0ced071f by helene.l.seroussi
CHG: libtool does not find listdc++ library if we don't provide FORTRANLIB (bug on Helene's machine and Jessica's machine)
(commit: aa1171d)
The file was modifiedsrc/wrappers/matlab/Makefile.am (diff)
Commit 3f47a93e75c9c71aa9794a1b72181e879f1454b5 by 34657535+TidbitSoftware
Upgraded all macOS and Linux builds to use PETSc 3.23; clean up
(commit: 3f47a93)
The file was addedexternalpackages/petsc/install-3.23-linux.sh
The file was addedexternalpackages/petsc/install-3.23-mac-static.sh
The file was modifiedjenkins/ross-debian_linux-adolc-ampioff (diff)
The file was modifiedjenkins/ross-debian_linux-binaries-python-3 (diff)
The file was removedjenkins/eis-smce-binaries
The file was modifiedjenkins/mac-intel-solid_earth (diff)
The file was modifiedjenkins/github_linux_basic (diff)
The file was modifiedjenkins/ross-debian_linux-full-valgrind (diff)
The file was modifiedjenkins/mac-silicon-python (diff)
The file was modifiedjenkins/mac-intel-examples (diff)
The file was modifiedjenkins/mac-silicon-dakota (diff)
The file was modifiedjenkins/mac-silicon-examples (diff)
The file was removedjenkins/eis-daskhub-python-modules
The file was modifiedjenkins/ross-debian_linux-full-mplapack (diff)
The file was modifiedjenkins/mac-silicon-basic (diff)
The file was modifiedjenkins/ross-debian_linux-adolc-ampion (diff)
The file was modifiedjenkins/ross-debian_linux-binaries-matlab (diff)
The file was modifiedjenkins/ross-debian_linux-basic (diff)
The file was modifiedjenkins/mac-silicon-binaries-matlab (diff)
The file was modifiedjenkins/ross-debian_linux-gia (diff)
The file was modifiedjenkins/mac-intel-full (diff)
The file was modifiedjenkins/ross-debian_linux-codipack (diff)
The file was modifiedjenkins/mac-intel-basic (diff)
The file was modifiedjenkins/ross-debian_linux-dakota (diff)
The file was modifiedjenkins/github-linux-basic-codeql (diff)
The file was modifiedjenkins/mac-silicon-full (diff)
The file was modifiedjenkins/mac-silicon-solid_earth (diff)
The file was modifiedjenkins/ross-debian_linux-solid_earth (diff)
The file was addedexternalpackages/petsc/install-3.23-linux-static.sh
The file was modifiedjenkins/mac-intel-binaries-matlab (diff)
The file was modifiedjenkins/mac-intel-dakota (diff)
The file was modifiedjenkins/ross-debian_linux-iceocean (diff)
The file was modifiedjenkins/mac-silicon-binaries-python-3 (diff)
The file was modifiedjenkins/ross-debian_linux-python (diff)
The file was modifiedjenkins/ross-debian_linux-full (diff)
The file was modifiedjenkins/mac-intel-binaries-python-3 (diff)
Commit cf73bc78853b53e70da6f86b1464afd52c427e23 by 34657535+TidbitSoftware
Switched to UC Berkeley mirror for Autotools packages
(commit: cf73bc7)
The file was modifiedexternalpackages/autotools/install-mac.sh (diff)
The file was modifiedexternalpackages/autotools/install-linux.sh (diff)
Commit a9631cdc27544ebede68754b0bddb5ad37b28706 by 34657535+TidbitSoftware
Missing BLASLAPACK; removing default of LDFLAGS
(commit: a9631cd)
The file was modifiedexternalpackages/petsc/install-3.23-mac.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.23-linux.sh (diff)
Commit 1ead90845164b3607618f250d0dfb72f5b4a3628 by 34657535+TidbitSoftware
Use system/developer copy of libblas/lapack on macOS
(commit: 1ead908)
The file was modifiedetc/environment.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.23-mac.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.23-linux.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.23-mac.sh (diff)
The file was modifiedetc/environment.sh (diff)
Commit 03ff977bcb0ba5f01ae680044c5837640804950c by f007fk5
added option for vertex number and field value to hover over menu
(commit: 03ff977)
The file was modifiedsrc/m/plot/plotdoc.m (diff)
The file was addedsrc/m/plot/plot_datatip.m
The file was modifiedsrc/m/plot/applyoptions.m (diff)
The file was modifiedsrc/m/plot/applyoptions.m (diff)
Commit 0cebcd953ebdf1ab9950e8e55f539ec043b830e2 by 34657535+TidbitSoftware
Use system/developer copies of libblas and liblapack on macOS
(commit: 0cebcd9)
The file was modifiedexternalpackages/petsc/install-3.23-mac.sh (diff)
The file was modifiedexternalpackages/gmt/install-6-mac.sh (diff)
The file was modifiedexternalpackages/gmt/install-6-mac-static.sh (diff)
The file was modifiedexternalpackages/gmsh/install-4-mac-static.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.23-mac-static.sh (diff)
The file was modifiedexternalpackages/gmt/configs/6.0/mac/cmake/ConfigUser.cmake (diff)
The file was modifiedexternalpackages/dakota/install-6.2-mac-static.sh (diff)
The file was modifiedexternalpackages/gmsh/install-4-mac.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-mac.sh (diff)
The file was modifiedsrc/m/plot/applyoptions.m (diff)
The file was modifiedsrc/m/plot/applyoptions.m (diff)
The file was modifiedsrc/m/plot/plot_datatip.m (diff)
Commit 5d39ff8f27a634dfabee6918b80199f4d96259a1 by 34657535+TidbitSoftware
Adjusted tolerances; disabling test2085 on Intel-based Macs due to large errors
(commit: 5d39ff8)
The file was modifiedtest/NightlyRun/test2072.m (diff)
The file was modifiedjenkins/mac-intel-solid_earth (diff)
The file was modifiedexternalpackages/petsc/install-3.22-mac-static.sh (diff)
The file was modifiedjenkins/mac-intel-binaries-python-3 (diff)
The file was modifiedjenkins/ross-debian_linux-binaries-python-3 (diff)
The file was modifiedjenkins/mac-intel-binaries-matlab (diff)
The file was modifiedjenkins/ross-debian_linux-binaries-matlab (diff)
The file was modifiedjenkins/mac-silicon-binaries-python-3 (diff)
The file was modifiedjenkins/mac-silicon-binaries-matlab (diff)
The file was modifiedexternalpackages/petsc/install-3.22-linux-static.sh (diff)
The file was modifiedexternalpackages/gsl/install.sh (diff)
Commit c2394603d04a2ff1ede6fa38f9a2b5a00cf8987c by 34657535+TidbitSoftware
Use UC Berkley mirror for GSL; cleanup
(commit: c239460)
The file was removedexternalpackages/gsl/Makefile.am.patch
The file was removedexternalpackages/gsl/finite.patch
The file was removedexternalpackages/gsl/install-walgreen.sh
The file was modifiedexternalpackages/gsl/install-javascript.sh (diff)
The file was removedexternalpackages/gsl/install-greenplanet.sh
The file was modifiedexternalpackages/gsl/install-static.sh (diff)
The file was modifiedexternalpackages/gsl/install-pleiades.sh (diff)
The file was modifiedexternalpackages/triangle/install-javascript.sh (diff)
Commit 8b40f43789546f5f42bef6ff11b3de4bd89caf0c by 34657535+TidbitSoftware
Missing blaslapack for binaries under Linux
(commit: 8b40f43)
The file was modifiedexternalpackages/petsc/install-3.22-linux-static.sh (diff)
Commit 9ed4fbe9dc3022e6cf6e303618ca297d670e51fe by 34657535+TidbitSoftware
Link against lib(blas/lapack).tbd for macOS binaries
(commit: 9ed4fbe)
The file was modifiedexternalpackages/dakota/install-6.2-mac-static.sh (diff)
The file was modifiedexternalpackages/gmt/install-6-mac-static.sh (diff)
The file was modifiedexternalpackages/gmsh/install-4-mac-static.sh (diff)
Commit 924ff4dcf27accfaf310661659f3bc8ca67a63cf by 34657535+TidbitSoftware
Using GitHub for certain external packages instead of issm.ess.uci.edu
(commit: 924ff4d)
The file was modifiedexternalpackages/adjoinablempi/install-linux.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-stallo.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-linux.sh (diff)
The file was modifiedexternalpackages/m1qn3/install-win-msys2-mingw-static.sh (diff)
The file was removedexternalpackages/triangle/install-iosarmv7.sh
The file was modifiedexternalpackages/dakota/install-6.2-ghub-workspace_10.sh (diff)
The file was removedexternalpackages/m1qn3/install-maui.sh
The file was modifiedexternalpackages/dakota/install-6.2-pleiades.sh (diff)
The file was modifiedexternalpackages/triangle/install-discover.sh (diff)
The file was modifiedexternalpackages/triangle/install-javascript.sh (diff)
The file was modifiedexternalpackages/triangle/install-win-msys2-mingw.sh (diff)
The file was modifiedexternalpackages/adjoinablempi/install-pleaides.sh (diff)
The file was modifiedexternalpackages/shell2junit/install.sh (diff)
The file was removedexternalpackages/triangle/install-iosarmv7s.sh
The file was modifiedexternalpackages/triangle/install-mac-static.sh (diff)
The file was removedexternalpackages/triangle/install-android.sh
The file was modifiedexternalpackages/dakota/install-6.2-mac.sh (diff)
The file was modifiedexternalpackages/adjoinablempi/install-mac.sh (diff)
The file was modifiedexternalpackages/triangle/install-linux.sh (diff)
The file was modifiedexternalpackages/m1qn3/install-mac-static.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-mac-static.sh (diff)
The file was modifiedexternalpackages/triangle/install-pleiades.sh (diff)
The file was modifiedexternalpackages/triangle/install-linux-static.sh (diff)
The file was modifiedexternalpackages/m1qn3/install-linux.sh (diff)
The file was modifiedexternalpackages/m1qn3/install-mac.sh (diff)
The file was removedexternalpackages/triangle/install-altix64.sh
The file was modifiedexternalpackages/m1qn3/install-win-msys2-mingw.sh (diff)
The file was removedexternalpackages/triangle/install-iosi386.sh
The file was modifiedexternalpackages/adjoinablempi/install-pleaides-gcc.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-discover.sh (diff)
The file was modifiedexternalpackages/triangle/install-win-msys2-mingw-static.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-linux-static.sh (diff)
The file was modifiedexternalpackages/dakota/install-6.2-lonestar.sh (diff)
The file was modifiedexternalpackages/triangle/install-mac.sh (diff)
The file was modifiedexternalpackages/triangle/install-win-msys2-gcc.sh (diff)
The file was modifiedexternalpackages/m1qn3/install-linux-static.sh (diff)