mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

new file: c/CASMcode/CASMcode.patch new file: s/SCons/SCons-3.0.0-intel-2017a-Python-2.7.13.eb
18 lines
653 B
Diff
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);
|