~ubuntu-branches/ubuntu/wily/julia/wily

« back to all changes in this revision

Viewing changes to Make.inc

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-02-11 03:51:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130211035126-hap464pbhd97wjbl
Tags: 0.1~20130211.git86fbe98d-1
* New upstream snapshot.
* debian/control:
   + add git to Recommends (for Julia package manager)
   + remove dependencies on libglpk-dev (it moved to its own package)
   + add explicit dependency on libgmp10 (there is no more a wrapper)
* fix-clean-rules.patch: remove patch, applied upstream
* gsvddense_blasint.patch: new patch
* Refresh other patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
USE_SYSTEM_GMP=0
150
150
USE_SYSTEM_ARPACK=0
151
151
USE_SYSTEM_SUITESPARSE=0
152
 
USE_SYSTEM_GLPK=0
153
152
USE_SYSTEM_LIGHTTPD=0
154
153
USE_SYSTEM_NGINX=0
155
154
USE_SYSTEM_ZLIB=0
368
367
JULIA_EXECUTABLE = LD_LIBRARY_PATH=$(BUILD)/lib $(JULIAHOME)/julia
369
368
endif
370
369
 
 
370
ifeq ($(OS), Darwin)
 
371
OSX_VER = $(shell sw_vers -productVersion | cut -b 1-4)
 
372
ifeq ($(OSX_VER), 10.6)
 
373
USE_SYSTEM_LIBM = 1
 
374
USE_SYSTEM_BLAS = 1
 
375
USE_SYSTEM_LAPACK = 1
 
376
endif
 
377
endif
371
378
 
372
379
# Colors for make
373
380
ifndef USE_QUIET