Skip to content

Instantly share code, notes, and snippets.

@awreece
Last active December 13, 2015 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awreece/4981412 to your computer and use it in GitHub Desktop.
Save awreece/4981412 to your computer and use it in GitHub Desktop.
Found package cvxopt-1.1.5.p0 in spkg/standard/cvxopt-1.1.5.p0.spkg
cvxopt-1.1.5.p0
====================================================
Extracting package /usr/local/sage-5.6/spkg/standard/cvxopt-1.1.5.p0.spkg
-rw-r--r--@ 1 areece staff 3176205 Jan 21 16:17 /usr/local/sage-5.6/spkg/standard/cvxopt-1.1.5.p0.spkg
Finished extraction
****************************************************
Host system:
Darwin areece-laptop.wv.cc.cmu.edu 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64 x86_64
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.7.2/gcc/libexec/gcc/x86_64-apple-darwin12.2.1/4.7.2/lto-wrapper
Target: x86_64-apple-darwin12.2.1
Configured with: ../configure --enable-languages=c,c++ --prefix=/usr/local/Cellar/gcc/4.7.2/gcc --datarootdir=/usr/local/Cellar/gcc/4.7.2/share --bindir=/usr/local/Cellar/gcc/4.7.2/bin --program-suffix=-4.7 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-system-zlib --enable-stage1-checking --enable-plugin --enable-lto --disable-nls --enable-multilib
Thread model: posix
gcc version 4.7.2 (GCC)
****************************************************
patching file src/C/cvxopt.h
Hunk #1 succeeded at 28 (offset 1 line).
Hunk #2 succeeded at 58 (offset 1 line).
patching file src/setup.py
Building a 64 bit version of cvxopt
running install
running build
running build_py
creating build
creating build/lib.macosx-10.8-x86_64-2.7
creating build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/coneprog.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/cvxprog.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/info.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/misc.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/modeling.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/msk.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/printing.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
copying python/solvers.py -> build/lib.macosx-10.8-x86_64-2.7/cvxopt
running build_ext
building 'gsl' extension
creating build/temp.macosx-10.8-x86_64-2.7
creating build/temp.macosx-10.8-x86_64-2.7/C
gcc -m64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -m64 -I/usr/local/sage-5.6/local/include -I/usr/local/sage-5.6/local/include/python2.7 -c C/gsl.c -o build/temp.macosx-10.8-x86_64-2.7/C/gsl.o
C/gsl.c: In function 'initgsl':
C/gsl.c:198:13: warning: variable 'm' set but not used [-Wunused-but-set-variable]
gcc -m64 -bundle -undefined dynamic_lookup -L/usr/local/sage-5.6/local/lib -m64 build/temp.macosx-10.8-x86_64-2.7/C/gsl.o -L/usr/local/sage-5.6/local/lib -L/usr/local/sage-5.6/local/lib -lm -lgsl -lblas -lgfortran -lm -o build/lib.macosx-10.8-x86_64-2.7/cvxopt/gsl.so
ld: library not found for -lgfortran
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Error building/installing cvxopt
real 0m0.155s
user 0m0.112s
sys 0m0.035s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment