⚙️ Regenerate Dockerfiles and patches for older Perls
This commit is contained in:
parent
5eb33db791
commit
738a3ccc0f
60 changed files with 496 additions and 100 deletions
|
@ -119,7 +119,7 @@ index 6f20c5e..684f369 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index ac264c3..8cbe7dc 100644
|
||||
index ac264c3..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -177,7 +177,8 @@ index ac264c3..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -119,7 +119,7 @@ index 6f20c5e..684f369 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index ac264c3..8cbe7dc 100644
|
||||
index ac264c3..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -177,7 +177,8 @@ index ac264c3..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -119,7 +119,7 @@ index 6f20c5e..684f369 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index ac264c3..8cbe7dc 100644
|
||||
index ac264c3..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -177,7 +177,8 @@ index ac264c3..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -119,7 +119,7 @@ index 6f20c5e..684f369 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index ac264c3..8cbe7dc 100644
|
||||
index ac264c3..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -177,7 +177,8 @@ index ac264c3..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -209,7 +209,7 @@ index c5f7aa8..c7c329a 100644
|
|||
db = sdbm_prep(dirname, pagname, flags, mode);
|
||||
free((char *) dirname);
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index c88f157..8cbe7dc 100644
|
||||
index c88f157..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -268,7 +268,8 @@ index c88f157..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -209,7 +209,7 @@ index c5f7aa8..c7c329a 100644
|
|||
db = sdbm_prep(dirname, pagname, flags, mode);
|
||||
free((char *) dirname);
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index c88f157..8cbe7dc 100644
|
||||
index c88f157..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -268,7 +268,8 @@ index c88f157..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -209,7 +209,7 @@ index c5f7aa8..c7c329a 100644
|
|||
db = sdbm_prep(dirname, pagname, flags, mode);
|
||||
free((char *) dirname);
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index c88f157..8cbe7dc 100644
|
||||
index c88f157..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -268,7 +268,8 @@ index c88f157..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -209,7 +209,7 @@ index c5f7aa8..c7c329a 100644
|
|||
db = sdbm_prep(dirname, pagname, flags, mode);
|
||||
free((char *) dirname);
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index c88f157..8cbe7dc 100644
|
||||
index c88f157..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -268,7 +268,8 @@ index c88f157..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
+ # record the version, formats:
|
||||
+ # icc (ICC) 10.1 20080801
|
||||
+ # icpc (ICC) 10.1 20080801
|
||||
|
|
|
@ -282,7 +282,7 @@ index 61a15a8..8bf0a0b 100755
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 0519eca..8cbe7dc 100644
|
||||
index 0519eca..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -332,7 +332,7 @@ index 0519eca..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -84,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -84,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -341,7 +341,11 @@ index 0519eca..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -97,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -282,7 +282,7 @@ index 61a15a8..8bf0a0b 100755
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 0519eca..8cbe7dc 100644
|
||||
index 0519eca..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -332,7 +332,7 @@ index 0519eca..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -84,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -84,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -341,7 +341,11 @@ index 0519eca..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -97,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -282,7 +282,7 @@ index 61a15a8..8bf0a0b 100755
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 0519eca..8cbe7dc 100644
|
||||
index 0519eca..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -332,7 +332,7 @@ index 0519eca..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -84,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -84,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -341,7 +341,11 @@ index 0519eca..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -97,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -282,7 +282,7 @@ index 61a15a8..8bf0a0b 100755
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 0519eca..8cbe7dc 100644
|
||||
index 0519eca..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -13,11 +13,14 @@
|
||||
|
@ -332,7 +332,7 @@ index 0519eca..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -84,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -84,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -341,7 +341,11 @@ index 0519eca..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -97,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 56bc815..cf688be 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index d0ac9fa..8cbe7dc 100644
|
||||
index d0ac9fa..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index d0ac9fa..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index d0ac9fa..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 56bc815..cf688be 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index d0ac9fa..8cbe7dc 100644
|
||||
index d0ac9fa..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index d0ac9fa..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index d0ac9fa..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 56bc815..cf688be 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index d0ac9fa..8cbe7dc 100644
|
||||
index d0ac9fa..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index d0ac9fa..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index d0ac9fa..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 56bc815..cf688be 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index d0ac9fa..8cbe7dc 100644
|
||||
index d0ac9fa..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index d0ac9fa..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index d0ac9fa..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 439f254..a324604 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 688c68d..8cbe7dc 100644
|
||||
index 688c68d..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index 688c68d..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index 688c68d..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 439f254..a324604 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 688c68d..8cbe7dc 100644
|
||||
index 688c68d..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index 688c68d..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index 688c68d..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 439f254..a324604 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 688c68d..8cbe7dc 100644
|
||||
index 688c68d..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index 688c68d..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index 688c68d..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index 439f254..a324604 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 688c68d..8cbe7dc 100644
|
||||
index 688c68d..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index 688c68d..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index 688c68d..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index b707911..2588f0b 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a148248..8cbe7dc 100644
|
||||
index a148248..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index a148248..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index a148248..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index b707911..2588f0b 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a148248..8cbe7dc 100644
|
||||
index a148248..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index a148248..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index a148248..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index b707911..2588f0b 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a148248..8cbe7dc 100644
|
||||
index a148248..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index a148248..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index a148248..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -167,7 +167,7 @@ index b707911..2588f0b 100644
|
|||
or die "Cannot exec $cpp";
|
||||
}
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a148248..8cbe7dc 100644
|
||||
index a148248..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -39,7 +39,7 @@ i_libutil='undef'
|
||||
|
@ -201,7 +201,7 @@ index a148248..8cbe7dc 100644
|
|||
fi
|
||||
|
||||
# Configure may fail to find lstat() since it's a static/inline
|
||||
@@ -87,6 +80,9 @@ case "$usemymalloc" in
|
||||
@@ -87,9 +80,12 @@ case "$usemymalloc" in
|
||||
'') usemymalloc='n' ;;
|
||||
esac
|
||||
|
||||
|
@ -210,7 +210,11 @@ index a148248..8cbe7dc 100644
|
|||
+
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -100,7 +96,7 @@ case "`${cc:-cc} -V 2>&1`" in
|
||||
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
|
||||
ccflags="-we147 -mp -no-gcc $ccflags"
|
||||
|
|
|
@ -103,9 +103,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 956adfc..8cbe7dc 100644
|
||||
index 956adfc..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -103,9 +103,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 956adfc..8cbe7dc 100644
|
||||
index 956adfc..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -103,9 +103,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 956adfc..8cbe7dc 100644
|
||||
index 956adfc..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -103,9 +103,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 956adfc..8cbe7dc 100644
|
||||
index 956adfc..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -112,9 +112,18 @@ index 472e71a..0a852a0 100644
|
|||
}
|
||||
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index fb5a46e..8cbe7dc 100644
|
||||
index fb5a46e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index 3f38ea0..8cbe7dc 100644
|
||||
index 3f38ea0..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -154,9 +154,18 @@ index 6341396..701d22d 100644
|
|||
{
|
||||
skip 'These tests only run for the package maintainer.', 8
|
||||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/hints/linux.sh b/hints/linux.sh
|
||||
index a985a8e..8cbe7dc 100644
|
||||
index a985a8e..c749f0f 100644
|
||||
--- a/hints/linux.sh
|
||||
+++ b/hints/linux.sh
|
||||
@@ -85,7 +85,7 @@ uname_minus_m="${uname_minus_m:-"$targetarch"}"
|
||||
|
||||
# Check if we're about to use Intel's ICC compiler
|
||||
case "`${cc:-cc} -V 2>&1`" in
|
||||
-*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
|
||||
+*"Intel(R) C"*" Compiler"*)
|
||||
# record the version, formats:
|
||||
# icc (ICC) 10.1 20080801
|
||||
# icpc (ICC) 10.1 20080801
|
||||
@@ -165,6 +165,9 @@ esac
|
||||
# plibpth to bypass this check.
|
||||
if [ -x /usr/bin/gcc ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue