comparison src/gsl.mk @ 4249:a1e2f1eac845

of-gsl: addgsl forge package * src/of-gsl.mk: new file * Makefile.in: add gsl to octave forge package list * dist-files.mk: add of-gsl.mk * index.html: add of-gsl * src/gsl.mk: update version, checksum for 2.2.1
author John D
date Mon, 21 Nov 2016 15:40:39 -0500
parents 13be64f9f16d
children d5a5b8e659de
comparison
equal deleted inserted replaced
4248:64063cd35eb2 4249:a1e2f1eac845
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gsl 4 PKG := gsl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.15 6 $(PKG)_VERSION := 2.2.1
7 $(PKG)_CHECKSUM := d914f84b39a5274b0a589d9b83a66f44cd17ca8e 7 $(PKG)_CHECKSUM := 2612a898aada49e90aa3069c712f172530f8d38f
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12