Skip to content

Commit

Permalink
link to cytolib RGLab/cytolib#37
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Apr 10, 2020
1 parent 1010dc6 commit a4c711c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CytoML
Type: Package
Title: A GatingML Interface for Cross Platform Cytometry Data Sharing
Version: 1.99.12
Version: 1.99.13
Date: 2016-04-15
Author: Mike Jiang, J. Spidlen., N. Gopalakrishnan, F. Hahne, B. Ellis, R. Gentleman, M. Dalphin, N. Le Meur, B. Purcell
Maintainer: Mike Jiang <[email protected]>
Expand All @@ -11,7 +11,7 @@ License: file LICENSE
License_restricts_use: yes
LazyData: TRUE
Imports:
cytolib(>= 1.99.26),
cytolib(>= 1.99.28),
flowCore (>= 1.99.10),
flowWorkspace (>= 3.99.15),
openCyto (>= 1.99.2),
Expand Down
6 changes: 5 additions & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ endif
CXX_STD = CXX14
PKG_CPPFLAGS =-DROUT -I../inst/include/ @PKG_CPPFLAGS@ -DBOOST_NO_AUTO_PTR -Wno-unknown-pragmas -Wno-comment

RHDF5_LIBS= $(shell echo 'Rhdf5lib::pkgconfig("PKG_CXX_LIBS")'|\
"${R_HOME}/bin/R" --vanilla --slave)

PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) @PKG_LIBS@
PKG_LIBS = `${R_HOME}/bin/Rscript -e "cytolib:::cytolib_LdFlags()"` $(RHDF5_LIBS) $(LAPACK_LIBS) $(BLAS_LIBS) @PKG_LIBS@


0 comments on commit a4c711c

Please sign in to comment.