-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mikejiang
committed
May 31, 2013
1 parent
0ed7e1f
commit 3a90e0f
Showing
12 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: iBMQ | ||
Type: Package | ||
Title: integrated Bayesian Modeling of eQTL data | ||
Version: 1.0.1 | ||
Version: 1.1.3 | ||
Date: 2011-10-28 | ||
Author: Marie-Pier Scott-Boyer and Greg Imholte | ||
Maintainer: Marie-Pier Scott-Boyer <[email protected]> | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PKG_CFLAGS = -I$(GSL_INC) $(SHLIB_OPENMP_CFLAGS) | ||
PKG_LIBS = -L$(GSL_LIB) -lgsl -lgslcblas -lm $(SHLIB_OPENMP_CFLAGS) | ||
PKG_CPPFLAGS += -I$(RHOME)/src/include -I$(LIB_GSL)$(R_ARCH)/include $(SHLIB_OPENMP_CFLAGS) | ||
PKG_LIBS += -L$(LIB_GSL)$(R_ARCH)/lib -lgsl -lgslcblas -lm $(SHLIB_OPENMP_CFLAGS) |