Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
zholos committed Apr 27, 2017
2 parents 066df12 + 0338cc8 commit 0390ceb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,6 @@
Version 0.7.2 on 2017-04-27:
* Updated k.h download location.

Version 0.7.1 on 2016-11-29:
* Fixed OpenBLAS build on OS X.

Expand Down
2 changes: 1 addition & 1 deletion mk/pkg.mk
Expand Up @@ -3,7 +3,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))common.mk
all: build

NETLIB_DIR = http://www.netlib.org
Q_DIR = http://kx.com/q
Q_DIR = https://raw.githubusercontent.com/KxSystems/code.archive/master/kx/kdb+
GITHUB_DIR = https://github.com/$(1)/$(2)/archive/$(3)

.PRECIOUS: ../download/%.part
Expand Down
2 changes: 1 addition & 1 deletion mk/src.mk
@@ -1,6 +1,6 @@
include $(dir $(lastword $(MAKEFILE_LIST)))common.mk

VERSION := 0.7.1
VERSION := 0.7.2

OBJS := const.o alloc.o util.o opt.o \
libm.o cephes.o lapack.o conmin.o conmax.o nlopt.o
Expand Down

0 comments on commit 0390ceb

Please sign in to comment.