Skip to content

Commit

Permalink
Deleted unnecessary files, added auto-update RcppExports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-james committed Feb 4, 2024
1 parent ac57bcb commit 2be73a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 116 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/autoreconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@ jobs:
ref: 'dev'

- name: Set up Autotools
run: sudo apt-get update && sudo apt-get install -y autoconf automake libtool sed r-base r-cran-rcppeigen g++ libeigen3-dev python3-pybind11 libgsl-dev
run: sudo apt-get update && sudo apt-get install -y autoconf r-base r-cran-rcppeigen r-cran-rcppprogress g++ libeigen3-dev python3-pybind11 libgsl-dev

- name: Run autoreconf
run: |
autoreconf -fiv
./configure
- name: Rcpp compileAttributes
run: |
Rscript -e "Rcpp::compileAttributes()"
- name: Push to Main Branch
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add configure DESCRIPTION VERSION docs/sphinx/conf.py
git add src/RcppExports.cpp R/RcppExports.R
git rm -f DESCRIPTION.in
git commit -m "Auto-update Autotools files" || echo "No changes to commit"
git push origin HEAD:main -f
40 changes: 0 additions & 40 deletions Makefile.am

This file was deleted.

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([scdemon], [0.0.3])

AC_MSG_NOTICE([Creating VERSION file])
echo m4_defn([AC_PACKAGE_VERSION]) > VERSION
dnl AC_MSG_NOTICE([Creating VERSION file])
dnl echo m4_defn([AC_PACKAGE_VERSION]) > VERSION

: ${R_HOME=$(R RHOME)}
if test -z "${R_HOME}"; then
Expand Down
72 changes: 0 additions & 72 deletions setup.py

This file was deleted.

0 comments on commit 2be73a9

Please sign in to comment.