Skip to content

Commit

Permalink
Updating Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed May 17, 2017
1 parent 3233ded commit 826221c
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2015 Lehigh University.
# Copyright (C) 2015-2017 Lehigh University.
# All Rights Reserved.
# This file is distributed under the Eclipse Public License.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@SET_MAKE@

# Copyright (C) 2015 Lehigh University.
# Copyright (C) 2015-2017 Lehigh University.
# All Rights Reserved.
# This file is distributed under the Eclipse Public License.

Expand Down
Empty file modified compile.sh
100755 → 100644
Empty file.
Empty file modified config.guess
100755 → 100644
Empty file.
Empty file modified config.sub
100755 → 100644
Empty file.
76 changes: 33 additions & 43 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# /* */
# /* OsiConic is developed by Aykut Bulut (aykutblt@gmail.com) */
# /* */
# /* (c) Copyright 2015 Lehigh University. All Rights Reserved. */
# /* (c) Copyright 2017 Lehigh University. All Rights Reserved. */
# /* */
# /* This software is licensed under the Eclipse Public License. Please see */
# /* accompanying file for terms. */
Expand Down Expand Up @@ -1276,7 +1276,7 @@ gives unlimited permission to copy, distribute and modify it.
/* */
/* OsiConic is developed by Aykut Bulut (aykutblt@gmail.com) */
/* */
/* (c) Copyright 2015 Lehigh University. All Rights Reserved. */
/* (c) Copyright 2017 Lehigh University. All Rights Reserved. */
/* */
/* This software is licensed under the Eclipse Public License. Please see */
/* accompanying file for terms. */
Expand Down Expand Up @@ -2844,13 +2844,6 @@ if test x"$CFLAGS" = x; then
coin_add_cflags="-pipe"
coin_dbg_cflags="-g -O0"
coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long"
case $build in
*-darwin*)
;;
*)
coin_warn_cflags="-pedantic-errors $coin_warn_cflags"
;;
esac
esac
fi
if test -z "$coin_opt_cflags"; then
Expand Down Expand Up @@ -3713,13 +3706,6 @@ if test x"$CXXFLAGS" = x; then
coin_add_cxxflags="-pipe"
coin_dbg_cxxflags="-g -O0"
coin_warn_cxxflags="-Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long"
case $build in
*-darwin*)
;;
*)
coin_warn_cxxflags="-pedantic-errors $coin_warn_cxxflags"
;;
esac
esac
fi

Expand Down Expand Up @@ -4050,7 +4036,7 @@ echo "$as_me: Will use MPI C++ compiler $MPICXX" >&6;}
CXX="$MPICXX"
fi

# correct the LD variable in a build with MS or intel compiler
# correct the LD variable in a build with MS or Intel-windows compiler
case "$CXX" in
clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
Expand Down Expand Up @@ -5258,7 +5244,12 @@ if test x$prefix = xNONE; then
else
full_prefix=$prefix
fi
full_prefix=`cd $full_prefix ; pwd`
# Check whether the path given is absolute.
# If not, get absolute path
case $full_prefix in
\\/$* | ?:\\/* | NONE | '' ) ;;
*) full_prefix=`cd $full_prefix ; pwd` ;;
esac

abs_lib_dir=$full_prefix/lib

Expand Down Expand Up @@ -5833,7 +5824,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 5836 "configure"' > conftest.$ac_ext
echo '#line 5827 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
Expand Down Expand Up @@ -6967,7 +6958,7 @@ fi


# Provide some information about the compiler.
echo "$as_me:6970:" \
echo "$as_me:6961:" \
"checking for Fortran 77 compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
Expand Down Expand Up @@ -8034,11 +8025,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8037: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8028: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:8041: \$? = $ac_status" >&5
echo "$as_me:8032: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -8302,11 +8293,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8305: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8296: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:8309: \$? = $ac_status" >&5
echo "$as_me:8300: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -8406,11 +8397,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8409: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8400: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:8413: \$? = $ac_status" >&5
echo "$as_me:8404: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Expand Down Expand Up @@ -10751,7 +10742,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 10754 "configure"
#line 10745 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -10851,7 +10842,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 10854 "configure"
#line 10845 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -13195,11 +13186,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:13198: $lt_compile\"" >&5)
(eval echo "\"\$as_me:13189: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:13202: \$? = $ac_status" >&5
echo "$as_me:13193: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -13299,11 +13290,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:13302: $lt_compile\"" >&5)
(eval echo "\"\$as_me:13293: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:13306: \$? = $ac_status" >&5
echo "$as_me:13297: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Expand Down Expand Up @@ -14869,11 +14860,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:14872: $lt_compile\"" >&5)
(eval echo "\"\$as_me:14863: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:14876: \$? = $ac_status" >&5
echo "$as_me:14867: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -14973,11 +14964,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:14976: $lt_compile\"" >&5)
(eval echo "\"\$as_me:14967: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:14980: \$? = $ac_status" >&5
echo "$as_me:14971: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Expand Down Expand Up @@ -17180,11 +17171,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:17183: $lt_compile\"" >&5)
(eval echo "\"\$as_me:17174: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:17187: \$? = $ac_status" >&5
echo "$as_me:17178: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -17448,11 +17439,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:17451: $lt_compile\"" >&5)
(eval echo "\"\$as_me:17442: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:17455: \$? = $ac_status" >&5
echo "$as_me:17446: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -17552,11 +17543,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:17555: $lt_compile\"" >&5)
(eval echo "\"\$as_me:17546: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:17559: \$? = $ac_status" >&5
echo "$as_me:17550: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Expand Down Expand Up @@ -20244,7 +20235,6 @@ echo "$as_me: Build is \"$build\"." >&6;}
case $build in
*-mingw*)
CYGPATH_W=echo
mydos2unix=
;;
esac

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2015 Lehigh University.
# Copyright (C) 2015-2017 Lehigh University.
# All Rights Reserved.
# This file is distributed under the Eclipse Public License.

Expand All @@ -15,7 +15,7 @@ AC_COPYRIGHT([
/* */
/* OsiConic is developed by Aykut Bulut (aykutblt@gmail.com) */
/* */
/* (c) Copyright 2015 Lehigh University. All Rights Reserved. */
/* (c) Copyright 2017 Lehigh University. All Rights Reserved. */
/* */
/* This software is licensed under the Eclipse Public License. Please see */
/* accompanying file for terms. */
Expand Down
Empty file modified get_dependencies.sh
100755 → 100644
Empty file.
Empty file modified ltmain.sh
100755 → 100644
Empty file.

0 comments on commit 826221c

Please sign in to comment.