File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,22 @@ jobs:
1414 strategy :
1515 matrix :
1616 include :
17- - {os: macOS-latest}
18- - {os: ubuntu-latest}
17+ - { name: container, os: ubuntu-latest, container: rocker/r2u4ci }
18+ - { name: macos, os: macos-latest }
19+ # - { name: ubuntu, os: ubuntu-latest }
20+
1921
2022 runs-on : ${{ matrix.os }}
23+ container : ${{ matrix.container }}
2124
2225 steps :
2326 - name : Checkout
2427 uses : actions/checkout@v4
2528
2629 - name : Setup
2730 uses : eddelbuettel/github-actions/r-ci@master
31+ with :
32+ dev_version : ' TRUE'
2833
2934 - name : Configure
3035 run : ./configure; cat src/Makevars
Original file line number Diff line number Diff line change 11# # -*- mode: makefile; -*-
2-
32PKG_CPPFLAGS = -I../inst/include -DARMA_USE_CURRENT
43PKG_CXXFLAGS = @OPENMP_FLAG@
54PKG_LIBS = @OPENMP_FLAG@ $(LAPACK_LIBS ) $(BLAS_LIBS ) $(FLIBS )
Original file line number Diff line number Diff line change 11# # -*- mode: makefile; -*-
2-
32PKG_CXXFLAGS = -I../inst/include -I. $(SHLIB_OPENMP_CXXFLAGS ) -DARMA_USE_CURRENT
43PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS ) $(LAPACK_LIBS ) $(BLAS_LIBS ) $(FLIBS )
You can’t perform that action at this time.
0 commit comments