diff options
Diffstat (limited to 'sci-libs/adolc')
-rw-r--r-- | sci-libs/adolc/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/adolc/files/adolc-2.5.2-dash.patch | 148 |
2 files changed, 0 insertions, 149 deletions
diff --git a/sci-libs/adolc/Manifest b/sci-libs/adolc/Manifest index 733585e03ec9..cd4ebf36fe64 100644 --- a/sci-libs/adolc/Manifest +++ b/sci-libs/adolc/Manifest @@ -1,7 +1,6 @@ AUX adolc-2.4.0-no-colpack.patch 580 BLAKE2B 95247622f68b6e5c4f45eb6eef7cd99f7596705712346aab2a79233d2dda936c9a25cc65437e9b7082672fa7c0cd023a9281871498e1a3133eea770bb5ce48d7 SHA512 974e538343c377ce286c63b5206a5c3c33d9b5995addac07860ca52f6e1d3ca42d1fe8c1384b6d5d0ac39c062d8dc1f984262172b347f273c0e4c7d43fd120a2 AUX adolc-2.5.0-no-colpack.patch 1424 BLAKE2B ea11eed8f816daaa9809b8f6a6f20e87a22acbf2d210f60000b93635f68d5f362530bac5a46c173ffbd33aec31769c6e5dadf9f638779bbdc0e17483b1a0f5c4 SHA512 826023e0066620a1885a462c31cb5be80d880f917df26c007564e327b8be8513621e56b601b6f9bfcec0fc617a15eea5016436aa08bebb0346254089a5d850ec AUX adolc-2.5.0-pkgconfig-no-ldflags.patch 364 BLAKE2B a35ab92ca491110c390a4d0f90c7cb12f417891762571ec91ce64fb81d84c4a7e3249971302e3801f721e7791725e37e3f4d241160ec80c5c633af096cad9107 SHA512 914bd01428fc07f50985afc076722778029835048883eade3730878c2d103cd29c288656d524ad3895416e94b50b5db2f53e35fdab0ed2a0f364669bf304af41 -AUX adolc-2.5.2-dash.patch 5020 BLAKE2B e7ff9c003f2dc9b6804f3e95a54c1ce3e3a5cab786b46fa2a612a2066ba1bf238b951d3b0d589be7885290b92d3177eaab46eb14181d7b18686fea2d7381333b SHA512 3240473df5fc4aa03edb5d0a5c61cf086b76065400bb735cb1b994a2c28cd69e7a4e7be87fe1cb044a329a08c787777bf3c5276acaf4ce2a193f2f44bd05335e AUX adolc-2.6.2-dash.patch 4516 BLAKE2B 8db052472bd3051ed0b8b1a180aac4098862695cefeed0f0f94600d447b2ef5b888ba072613ea101ac1435569eb9d5bcba1aa64b23a0bc7cf01a4ef20d3f760b SHA512 9b904d8c0ab3c286af27b293b5ffe516b9c1da53169702f94a9213496b6626e1a587e8ab8d9d25b983872c1a97620a8d5386d9053ba1a4c973ef5e145f655bc5 DIST ADOL-C-2.4.1.tgz 2210414 BLAKE2B f9b1fd7f0e619d811b29e077e436697dc8b5a388568d73b2db602e57f97cbb690a5b47a55c722ae45cc28698dd19949eddb9d02e11c87383191e217f012519bb SHA512 5e5135ca587d159510bf77338fdff3d324f4d32c4ec6f8cf64ddc92253b427b8ee26a30bc1d83fe18121bbfdc7454c3536f58849c0c335e1b240e39d46acdccc DIST ADOL-C-2.6.3.tgz 2416928 BLAKE2B 74e575a1a919bc2787be0c29deaac4b503c077cb06efdba3f2382f21abf1ed53e8cb5f41729dc39f9188e44460fa137a09cffdb296b5f92131153795f36fa83a SHA512 e3c44b1f8ab5211a8a3c3163124e35b6d1e9551672ab4944d983dd3117f609d512c1b08c61e535dc4d50089295ee565bec07aaca67aa88b57b17bc3906573262 diff --git a/sci-libs/adolc/files/adolc-2.5.2-dash.patch b/sci-libs/adolc/files/adolc-2.5.2-dash.patch deleted file mode 100644 index 3aa5a3035a14..000000000000 --- a/sci-libs/adolc/files/adolc-2.5.2-dash.patch +++ /dev/null @@ -1,148 +0,0 @@ - configure.ac | 45 +++++++++++++++++---------------------------- - 1 file changed, 17 insertions(+), 28 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 926832c..1310025 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -29,12 +29,12 @@ AM_SILENT_RULES([yes]) - - adolclib=adolc - --if test "x$CFLAGS" == x ; then -+if test "x$CFLAGS" = x ; then - ac_shell_cflags="not_set" - else - ac_shell_cflags="$CFLAGS" - fi --if test "x$CXXFLAGS" == x ; then -+if test "x$CXXFLAGS" = x ; then - ac_shell_cxxflags="not_set" - else - ac_shell_cxxflags="$CXXFLAGS" -@@ -225,12 +225,12 @@ AS_HELP_STRING([--enable-harddebug],[enable ADOL-C hard debug mode - AC_MSG_RESULT(no) - ]) - --if test x$adolc_harddebug == xyes ; then -+if test x$adolc_harddebug = xyes ; then - adolc_debug=yes - AC_DEFINE(ADOLC_HARDDEBUG,1,[ADOL-C hard debug mode]) - fi - --if test x$adolc_debug == xyes ; then -+if test x$adolc_debug = xyes ; then - AC_DEFINE(ADOLC_DEBUG,1,[ADOL-C debug mode]) - fi - -@@ -248,7 +248,7 @@ AS_HELP_STRING([--disable-stdczero],[adouble default constructor does not initia - AC_MSG_RESULT(yes) - ]) - --if test x$adolc_stdczero == xyes; then -+if test x$adolc_stdczero = xyes; then - AC_DEFINE(ADOLC_ADOUBLE_STDCZERO,1,[ADOL-C adouble zeroing mode]) - fi - -@@ -265,7 +265,7 @@ AS_HELP_STRING([--enable-lateinit],[adouble constructors need to be called. With - AC_MSG_RESULT(no) - ]) - --if test x$adolc_late_init == xyes; then -+if test x$adolc_late_init = xyes; then - AC_DEFINE(ADOLC_ADOUBLE_LATEINIT,1,[ADOL-C adouble late initialization mode]) - fi - -@@ -282,7 +282,7 @@ AS_HELP_STRING([--enable-tserrno],[use errno as thread number cache [default=no] - AC_MSG_RESULT(no) - ]) - --if test x$adolc_tserrno == xyes ; then -+if test x$adolc_tserrno = xyes ; then - AC_DEFINE(ADOLC_THREADSAVE_ERRNO,1,[ADOL-C thread save errno mode]) - fi - -@@ -351,8 +351,8 @@ AC_ARG_WITH(cflags, - [AS_HELP_STRING([--with-cflags=FLAGS], - [use CFLAGS=FLAGS (default: -O2)])], - [ac_adolc_cflags="$withval" -- if test x${adolc_debug} == xyes || -- test x${adolc_harddebug} == xyes ; then -+ if test "x${adolc_debug}" = xyes || -+ test "x${adolc_harddebug}" = xyes ; then - ac_adolc_cflags="$ac_adolc_cflags -g -O0" - fi - ac_adolc_cflags="$ac_adolc_cflags $ac_adolc_openmpflag" -@@ -360,8 +360,8 @@ AC_ARG_WITH(cflags, - AC_MSG_RESULT($ac_adolc_cflags)], - [if test "$ac_shell_cflags" = "not_set"; then - ac_adolc_cflags="-O2" -- if test x${adolc_debug} == xyes || -- test x${adolc_harddebug} == xyes ; then -+ if test "x${adolc_debug}" = xyes || -+ test "x${adolc_harddebug}" = xyes ; then - ac_adolc_cflags="-g -O0 -Wall -ansi" - fi - else -@@ -377,8 +377,8 @@ AC_ARG_WITH(cxxflags, - [AS_HELP_STRING([--with-cxxflags=FLAGS], - [use CXXFLAGS=FLAGS (default: -O2)])], - [ac_adolc_cxxflags="$withval" -- if test x${adolc_debug} == xyes || -- test x${adolc_harddebug} == xyes ; then -+ if test x${adolc_debug} = xyes || -+ test x${adolc_harddebug} = xyes ; then - ac_adolc_cxxflags="$ac_adolc_cxxflags -g -O0" - fi - ac_adolc_cxxflags="$ac_adolc_cxxflags $ac_adolc_openmpflag" -@@ -386,8 +386,8 @@ AC_ARG_WITH(cxxflags, - AC_MSG_RESULT($ac_adolc_cxxflags)], - [if test "$ac_shell_cxxflags" = "not_set"; then - ac_adolc_cxxflags="-O2" -- if test x${adolc_debug} == xyes || -- test x${adolc_harddebug} == xyes ; then -+ if test x${adolc_debug} = xyes || -+ test x${adolc_harddebug} = xyes ; then - ac_adolc_cxxflags="-g -O0 -Wall" - fi - else -@@ -420,7 +420,7 @@ AC_ARG_ENABLE(tapedoc_values, - ]) - AC_MSG_RESULT($tapedoc_values) - --if test x$tapedoc_values == xyes; then -+if test x$tapedoc_values = xyes; then - AC_DEFINE(ADOLC_TAPE_DOC_VALUES,1,[ADOL-C tape_doc routine computes values]) - fi - -@@ -583,7 +583,7 @@ while test "x${pdir}" != "x/" ; do - break - fi - done --if test "x${pdir}" == "x/" ; then -+if test "x${pdir}" = "x/" ; then - writable=false - fi - if ! ${writable} ; then -@@ -595,15 +595,6 @@ if ! ${writable} ; then - warn=true - fi - --case ${prefix} in -- ${HOME}|${HOME}/*) --if $warn ; then -- for (( i=5; i>0; i-- )); do -- echo -ne "\rPlease read the above messages carefully, continuing in ${i} seconds" -- sleep 1 -- done -- echo -e "\rPlease read the above messages carefully " --fi - echo \ - " - ***************************************************************************** -@@ -629,5 +620,3 @@ echo \ - - ***************************************************************************** - " --;; --esac |