showpolaris.blogg.se

Install gsl for mac
Install gsl for mac










install gsl for mac
  1. #INSTALL GSL FOR MAC FOR MAC OS#
  2. #INSTALL GSL FOR MAC MAC OS X#
  3. #INSTALL GSL FOR MAC PRO#
  4. #INSTALL GSL FOR MAC CODE#
  5. #INSTALL GSL FOR MAC PROFESSIONAL#

Well it turns out that from Mac OS X 10.7 (Lion) this is no longer true (see here). So it sounds like it would be easy to run on my new iMac. It requires installation of an MPI implementation but the authors state that OpenMPI is installed with Mac OS X 10.5 and later.

#INSTALL GSL FOR MAC CODE#

The code was tested on Mac OS X 10.6, Debian 6, and Ubuntu 10.04. That paper comes with some example code including a complete small-scale example of distributed L1 regularized least squares using MPI. A quick google on ‘Alternating Direction Method of Multipliers’ shows a recent surge of academic papers as people have started to take the ideas on-board.

install gsl for mac

It’s an old idea that has been resurrected in this paper by Stephen Boyd’s team at Stanford. There have been a number of initiatives in the academic and research arena that attempt to address the problem one very interesting one is Alternating Direction Method of Multipliers (ADMM). By massive datasets I mean data that won’t fit into RAM on a single machine (even with sparse representations or using the hashing trick). Tags: ADMM, Classification, LASSO, Lion, Mac OS X, machine learning, Mountain Lion, Regressionīeing able to process massive datasets for machine learning is becoming increasingly important.

#INSTALL GSL FOR MAC PRO#

Why do you use -arch i386? isn't mac pro x86_64?Running ADMM LASSO example on Mac OS X Mountain Lion Jat 2:13 pm | Posted in Big Data | Leave a comment noĬonfigure: error: in `/home/kirill/tmp/gsltry/gsl-1.14':Ĭonfigure: error: C compiler cannot create executablesġ19 configure:3568: error: in `/home/kirill/tmp/gsltry/gsl-1.14':ġ20 configure:3572: error: C compiler cannot create executablesĬonfigure worked with -m64 but gave the same ode-initval error as before x86_64-unknown-linux-gnuĬhecking whether the C compiler works. x86_64-unknown-linux-gnuĬhecking host system type. bin/sedĬhecking whether make sets $(MAKE). noĬhecking for a sed that does not truncate output. yesĬhecking whether to enable maintainer-specific portions of Makefiles. bin/mkdir -pĬhecking whether make sets $(MAKE). usr/bin/install -cĬhecking whether build environment is sane. Linux uses -m32 instead of -arch i386 and -m64 instead of -arch x86_64Ĭhecking for a BSD-compatible install.

install gsl for mac

configure FC=ifort CC=icc CFLAGS="-m32 -fp-model double" LDFLAGS="-m32" -disable-shared -disable-dependency-tracking configure FC=ifort CC=icc CFLAGS="-m32 -fp-model double" LDFLAGS="-m32" Libtool: link: icc -arch i386 -fp-model double -arch i386 -o test test.o. libtool -tag=CC -mode=link icc -arch i386 -fp-model double -arch i386 -o test test.o libgslodeiv.la. configure -prefix=/opt/gsl_an -disable-shared -disable-dependency-tracking

#INSTALL GSL FOR MAC FOR MAC OS#

I am not an expert on building this stuff on linux, but I download the gsl package and successfully built it my Mac Pro with Intel compiler 11.1.088 for Mac OS X, and Snow Leopard OSX 10.6.3Įxport CFLAGS="-arch i386 -fp-model double" If i have time i see after, how would be make better for improve (fast or other ?). I have all test passed ok Icc Intel compiler

install gsl for mac

LD_LIBRARY_PATH=/opt/intel/Compiler/11.1/072/lib/intel64 export LD_LIBRARY_PATH export LD_LIBRARY_PATHĬFLAGS="-O2 -m64 -mieee-fp -march=core2 -mtune=core2 -Wpointer-arith -fno-strict-aliasing " export CFLAGS All rights reserved.ĬC="/opt/intel/Compiler/11.1/072/bin/intel64/icc" export CC

#INSTALL GSL FOR MAC PROFESSIONAL#

Intel C Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20100414Ĭopyright (C) 1985-2010 Intel Corporation. src/configure -v -with-pkgversion='Debian 4.3.2-1.1' -with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs -enable-languages=c,c++,fortran,objc,obj-c++ -prefix=/usr -enable-shared -with-system-zlib -libexecdir=/usr/lib -without-included-gettext -enable-threads=posix -enable-nls -with-gxx-include-dir=/usr/include/c++/4.3 -program-suffix=-4.3 -enable-clocale=gnu -enable-libstdcxx-debug -enable-objc-gc -enable-mpfr -enable-cld -enable-checking=release -build=x86_64-linux-gnu -host=x86_64-linux-gnu -target=x86_64-linux-gnuīefore to use Intel compiler you must build the source GNU to evaluate if not other problem exist.įor that you can result all tests (GNU GCC) without fault require you must using use first this simple syntax not really optimized (just change core2 for your processors)ĬFLAGS="-O2 -m64 -march=core2 -mtune=core2 -Wpointer-arith -fno-strict-aliasing " export CFLAGSįor Icc compiler also all test passed ok, use the flag same is given after.ĭebian:/usr/src/download/gsl-1.14# icc -V I have made test Debian Lenny (5) gsl lib with GNU compiler origin default: is:Ĭonfigur avec.












Install gsl for mac