Skip to content

Commit

Permalink
edit Makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozonov committed Oct 2, 2023
1 parent 439884e commit 6ad50ca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fetchNOMe
Type: Package
Title: Package for fast and convenient retrieval of NOMe-seq data from BAM files.
Title: Package for fast and convenient retrieval of NOMe-seq data from BAM files
Version: 0.1
Date: 2023-10-02
Authors@R: person(given = "Evgeniy A.", family="Ozonov", email = "[email protected]", role = c("aut", "cre"))
Expand Down
3 changes: 0 additions & 3 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
CXX_STD = CXX14


## getting stan headers
#STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")

## getting rhtslibs
RHTSLIB_LIBS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
'Rhtslib::pkgconfig("PKG_LIBS")')
Expand Down
3 changes: 0 additions & 3 deletions src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
CXX_STD = CXX14


## getting stan headers
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")

## getting rhtslibs
RHTSLIB_LIBS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
'Rhtslib::pkgconfig("PKG_LIBS")')
Expand Down
10 changes: 0 additions & 10 deletions src/Makevars.win

This file was deleted.

0 comments on commit 6ad50ca

Please sign in to comment.