Skip to content

Commit

Permalink
OpenBLAS: upgrade to v0.2.3 and switch OS X back to using OpenBLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Aug 24, 2012
1 parent a1abd52 commit 926c073
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Make.inc
Expand Up @@ -111,13 +111,6 @@ USE_SYSTEM_SUITESPARSE=1
USE_SYSTEM_GLPK=1
endif

# Use system BLAS and LAPACK on Mac
# https://github.com/JuliaLang/julia/commit/7b6442f1db697d0bc8c39476e7d92afc11b169d2
ifeq ($(OS), Darwin)
USE_SYSTEM_BLAS=1
USE_SYSTEM_LAPACK=1
endif

-include $(JULIAHOME)/Make.user

# ===========================================================================
Expand Down
2 changes: 1 addition & 1 deletion base/pkg.jl
Expand Up @@ -11,7 +11,7 @@ import Git
# default locations: local package repo, remote metadata repo

const DEFAULT_DIR = string(ENV["HOME"], "/.julia")
const DEFAULT_META = "/Users/stefan/projects/pkg/METADATA"
const DEFAULT_META = "file:///Users/stefan/projects/pkg/METADATA"

This comment has been minimized.

Copy link
@samueljohn

samueljohn Aug 24, 2012

I don't get it. A hard-coded user/home path?

This comment has been minimized.

Copy link
@pao

pao Aug 25, 2012

Member

I don't think this was intended to be in this commit. But it's no more incorrect than the old line.

This comment has been minimized.

Copy link
@StefanKarpinski

StefanKarpinski Aug 26, 2012

Author Member

Yeah, sorry guys, this is all prototype until soon. Then it will have a real and non-local path. Maybe I should have done the whole thing elsewhere in a branch, but I never anticipated it taking quite this long.

const GITHUB_URL_RE = r"^(?:git@|git://|https://(?:[\w\.\+\-]+@)?)github.com[:/](.*)$"i

# generate versions metadata
Expand Down
2 changes: 1 addition & 1 deletion deps/Versions.make
Expand Up @@ -3,7 +3,7 @@ READLINE_VER = 6.2
PCRE_VER = 8.30
GRISU_VER = 1.1.1
DSFMT_VER = 2.1
OPENBLAS_VER = v0.2.2
OPENBLAS_VER = v0.2.3
LAPACK_VER = 3.4.1
ARPACK_VER = 3.1.2
FFTW_VER = 3.3.2
Expand Down

0 comments on commit 926c073

Please sign in to comment.