Codebase list cppad / 5a53446
New upstream version 2019.02.00.1 Barak A. Pearlmutter 5 years ago
5 changed file(s) with 20 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
2424 endif()
2525 #
2626 # cppad_version is used by version.sh to get the version number.
27 SET(cppad_version "20190200.0")
27 SET(cppad_version "20190200.1")
2828 SET(cppad_url "http://www.coin-or.org/CppAD" )
2929 SET(cppad_description "Differentiation of C++ Algorithms" )
3030 #
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for cppad 20190200.0.
2 # Generated by GNU Autoconf 2.69 for cppad 20190200.1.
33 #
44 # Report bugs to <cppad@list.coin-or.org>.
55 #
578578 # Identity of this package.
579579 PACKAGE_NAME='cppad'
580580 PACKAGE_TARNAME='cppad'
581 PACKAGE_VERSION='20190200.0'
582 PACKAGE_STRING='cppad 20190200.0'
581 PACKAGE_VERSION='20190200.1'
582 PACKAGE_STRING='cppad 20190200.1'
583583 PACKAGE_BUGREPORT='cppad@list.coin-or.org'
584584 PACKAGE_URL=''
585585
13561356 # Omit some internal or obsolete options to make the list less imposing.
13571357 # This message is too long to be a string in the A/UX 3.1 sh.
13581358 cat <<_ACEOF
1359 \`configure' configures cppad 20190200.0 to adapt to many kinds of systems.
1359 \`configure' configures cppad 20190200.1 to adapt to many kinds of systems.
13601360
13611361 Usage: $0 [OPTION]... [VAR=VALUE]...
13621362
14261426
14271427 if test -n "$ac_init_help"; then
14281428 case $ac_init_help in
1429 short | recursive ) echo "Configuration of cppad 20190200.0:";;
1429 short | recursive ) echo "Configuration of cppad 20190200.1:";;
14301430 esac
14311431 cat <<\_ACEOF
14321432
15481548 test -n "$ac_init_help" && exit $ac_status
15491549 if $ac_init_version; then
15501550 cat <<\_ACEOF
1551 cppad configure 20190200.0
1551 cppad configure 20190200.1
15521552 generated by GNU Autoconf 2.69
15531553
15541554 Copyright (C) 2012 Free Software Foundation, Inc.
19211921 This file contains any messages produced by compilers while
19221922 running configure, to aid debugging if configure makes a mistake.
19231923
1924 It was created by cppad $as_me 20190200.0, which was
1924 It was created by cppad $as_me 20190200.1, which was
19251925 generated by GNU Autoconf 2.69. Invocation command line was
19261926
19271927 $ $0 $@
28112811
28122812 # Define the identity of the package.
28132813 PACKAGE='cppad'
2814 VERSION='20190200.0'
2814 VERSION='20190200.1'
28152815
28162816
28172817 cat >>confdefs.h <<_ACEOF
76587658 # report actual input values of CONFIG_FILES etc. instead of their
76597659 # values after options handling.
76607660 ac_log="
7661 This file was extended by cppad $as_me 20190200.0, which was
7661 This file was extended by cppad $as_me 20190200.1, which was
76627662 generated by GNU Autoconf 2.69. Invocation command line was
76637663
76647664 CONFIG_FILES = $CONFIG_FILES
77157715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77167716 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
77177717 ac_cs_version="\\
7718 cppad config.status 20190200.0
7718 cppad config.status 20190200.1
77197719 configured by $0, generated by GNU Autoconf 2.69,
77207720 with options \\"\$ac_cs_config\\"
77217721
1010 # -----------------------------------------------------------------------------
1111 dnl Process this file with autoconf to produce a configure script.
1212 dnl package version bug-report
13 AC_INIT([cppad], [20190200.0], [cppad@list.coin-or.org])
13 AC_INIT([cppad], [20190200.1], [cppad@list.coin-or.org])
1414 AM_SILENT_RULES([no])
1515
1616 dnl By defalut disable maintainer mode when running configure;
6161
6262 $comment bin/version assumes that : follows cppad version number here$$
6363 $section
64 cppad-20190200.0: A C++ Algorithmic Differentiation Package$$
64 cppad-20190200.1: A C++ Algorithmic Differentiation Package$$
6565
6666 $comment =================================================================== $$
6767 $align middle$$
5151 # abort this search when find a match
5252 IF( NOT bthread_lib )
5353 #
54 SET(CMAKE_REQUIRED_DEFINITIONS "")
5455 SET(CMAKE_REQUIRED_INCLUDES "${boost_prefix}/${idir}")
5556 SET(CMAKE_REQUIRED_LIBRARIES "${lname}" )
5657 SET(lpath "${boost_prefix}/${ldir}" )
6364 return 0;
6465 }" )
6566 SET(flag ${idir}_${ldir}_${lname}_ok )
67 STRING( REGEX REPLACE "-" "_" flag ${flag})
68 IF( DEFINED ${flag} )
69 MESSAGE( ERROR
70 "${flag} is defined before expected"
71 )
72 ENDIF( DEFINED ${flag} )
6673 CHECK_CXX_SOURCE_RUNS("${source}" ${flag} )
6774 IF ( ${flag} )
6875 SET(bthread_lib ${lname} )