Browse code

Removed -Wno-unused

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@89618 bc3139a8-67e5-0310-9ffc-ced21a209358

Jasmina Bogojeska authored on 29/04/2014 06:18:31
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused-value -Dexit=_Rtreemix_exit
1
+PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Dexit=_Rtreemix_exit
2 2
 
3 3
 PKG_LIBS=-lm 
4 4
 
Browse code

Updated flag -Wno-unused to -Wno-unused-value

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@89062 bc3139a8-67e5-0310-9ffc-ced21a209358

Jasmina Bogojeska authored on 16/04/2014 07:10:45
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused -Dexit=_Rtreemix_exit
1
+PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused-value -Dexit=_Rtreemix_exit
2 2
 
3 3
 PKG_LIBS=-lm 
4 4
 
Browse code

Fixed C exit issue

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@75418 bc3139a8-67e5-0310-9ffc-ced21a209358

Jasmina Bogojeska authored on 07/04/2013 15:30:11
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused
1
+PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused -Dexit=_Rtreemix_exit
2 2
 
3 3
 PKG_LIBS=-lm 
4 4
 
Browse code

added the Rtreemix package and removed the bim package

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@28790 bc3139a8-67e5-0310-9ffc-ced21a209358

Herve Pages authored on 16/11/2007 21:25:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused
2
+
3
+PKG_LIBS=-lm 
4
+