easyconfigs-it4i/c/CASMcode/CASMcode.patch
Lukáš Krupčík a16edb8d03 new file: c/CASMcode/CASMcode-0.2.1-intel-2017a-Python-2.7.13.eb
new file:   c/CASMcode/CASMcode.patch
	new file:   s/SCons/SCons-3.0.0-intel-2017a-Python-2.7.13.eb
2017-10-27 11:14:25 +02:00

18 lines
653 B
Diff

--- include/casm/external/qhull/libqhull_r/qhull_ra.h.orig 2017-10-26 09:49:53.402184348 +0200
+++ include/casm/external/qhull/libqhull_r/qhull_ra.h 2017-10-26 09:50:17.840296587 +0200
@@ -102,14 +102,7 @@
#elif defined(__MWERKS__) && defined(__INTEL__)
# define QHULL_OS_WIN
#endif
-#if defined(__cplusplus) && defined(__INTEL_COMPILER) && !defined(QHULL_OS_WIN)
-template <typename T>
-inline void qhullUnused(typename T &x) { (void)x; }
-# define QHULL_UNUSED(x) qhullUnused(x);
-#else
# define QHULL_UNUSED(x) (void)x;
-#endif
-
/***** -libqhull_r.c prototypes (alphabetical after qhull) ********************/
void qh_qhull(qhT *qh);