Browse code

add .BBSoptions file saying gmapR is not supported on Mac or Windows for now

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

Dan Tenenbaum authored on 02/08/2012 22:40:04
Showing 4 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+UnsupportedPlatforms: win, mac
... ...
@@ -1,8 +1,5 @@
1 1
 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
2 2
 
3
-/* Define if building universal (internal helper macro) */
4
-#undef AC_APPLE_UNIVERSAL_BUILD
5
-
6 3
 /* Define to 1 if bsr command is available in assembly */
7 4
 #undef HAVE_ASM_BSR
8 5
 
... ...
@@ -224,17 +221,9 @@
224 221
 /* Version number of package */
225 222
 #undef VERSION
226 223
 
227
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
228
-   significant byte first (like Motorola and SPARC, unlike Intel). */
229
-#if defined AC_APPLE_UNIVERSAL_BUILD
230
-# if defined __BIG_ENDIAN__
231
-#  define WORDS_BIGENDIAN 1
232
-# endif
233
-#else
234
-# ifndef WORDS_BIGENDIAN
235
-#  undef WORDS_BIGENDIAN
236
-# endif
237
-#endif
224
+/* Define to 1 if your processor stores words with the most significant byte
225
+   first (like Motorola and SPARC, unlike Intel and VAX). */
226
+#undef WORDS_BIGENDIAN
238 227
 
239 228
 /* Number of bits in a file offset, on hosts where this is settable. */
240 229
 #undef _FILE_OFFSET_BITS
... ...
@@ -1,9 +1,6 @@
1 1
 /* src/config.h.  Generated from config.h.in by configure.  */
2 2
 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
3 3
 
4
-/* Define if building universal (internal helper macro) */
5
-/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
-
7 4
 /* Define to 1 if the system has the type `caddr_t'. */
8 5
 #define HAVE_CADDR_T 1
9 6
 
... ...
@@ -120,7 +117,7 @@
120 117
 #define HAVE_STRTOUL 1
121 118
 
122 119
 /* have struct stat64 */
123
-/* #undef HAVE_STRUCT_STAT64 */
120
+#define HAVE_STRUCT_STAT64 1
124 121
 
125 122
 /* Define to 1 if you have the `sysconf' function. */
126 123
 #define HAVE_SYSCONF 1
... ...
@@ -149,7 +146,7 @@
149 146
 #define HAVE_ZLIB 1
150 147
 
151 148
 /* Define to 1 if your zlib library has a gzbuffer function. */
152
-/* #undef HAVE_ZLIB_GZBUFFER */
149
+#define HAVE_ZLIB_GZBUFFER 1
153 150
 
154 151
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
155 152
    */
... ...
@@ -183,7 +180,7 @@
183 180
 #define PAGESIZE_VIA_SYSCONF 1
184 181
 
185 182
 /* pagesize is available via sysctl */
186
-/* #undef PAGESIZE_VIA_SYSCTL */
183
+#define PAGESIZE_VIA_SYSCTL 1
187 184
 
188 185
 /* The size of `unsigned long', as computed by sizeof. */
189 186
 #define SIZEOF_UNSIGNED_LONG 8
... ...
@@ -203,17 +200,9 @@
203 200
 /* Version number of package */
204 201
 #define VERSION "2012-07-06"
205 202
 
206
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
207
-   significant byte first (like Motorola and SPARC, unlike Intel). */
208
-#if defined AC_APPLE_UNIVERSAL_BUILD
209
-# if defined __BIG_ENDIAN__
210
-#  define WORDS_BIGENDIAN 1
211
-# endif
212
-#else
213
-# ifndef WORDS_BIGENDIAN
214
-/* #  undef WORDS_BIGENDIAN */
215
-# endif
216
-#endif
203
+/* Define to 1 if your processor stores words with the most significant byte
204
+   first (like Motorola and SPARC, unlike Intel and VAX). */
205
+/* #undef WORDS_BIGENDIAN */
217 206
 
218 207
 /* Number of bits in a file offset, on hosts where this is settable. */
219 208
 /* #undef _FILE_OFFSET_BITS */
... ...
@@ -1,8 +1,5 @@
1 1
 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
2 2
 
3
-/* Define if building universal (internal helper macro) */
4
-#undef AC_APPLE_UNIVERSAL_BUILD
5
-
6 3
 /* Define to 1 if the system has the type `caddr_t'. */
7 4
 #undef HAVE_CADDR_T
8 5
 
... ...
@@ -202,17 +199,9 @@
202 199
 /* Version number of package */
203 200
 #undef VERSION
204 201
 
205
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
206
-   significant byte first (like Motorola and SPARC, unlike Intel). */
207
-#if defined AC_APPLE_UNIVERSAL_BUILD
208
-# if defined __BIG_ENDIAN__
209
-#  define WORDS_BIGENDIAN 1
210
-# endif
211
-#else
212
-# ifndef WORDS_BIGENDIAN
213
-#  undef WORDS_BIGENDIAN
214
-# endif
215
-#endif
202
+/* Define to 1 if your processor stores words with the most significant byte
203
+   first (like Motorola and SPARC, unlike Intel and VAX). */
204
+#undef WORDS_BIGENDIAN
216 205
 
217 206
 /* Number of bits in a file offset, on hosts where this is settable. */
218 207
 #undef _FILE_OFFSET_BITS