comparison src/of-optim.mk @ 3682:259f15992a85

octave forge packages: update optim=1.4.0, quaterion=2.2.2 * build_packages.m: update for latest versions of packages. * src/of-optim.mk: update version. * src/of-quaternion.mk: update version
author John Donoghue
date Tue, 12 Aug 2014 22:11:34 -0400
parents 2d148d18a8b6
children b4ef7ebff8b5
comparison
equal deleted inserted replaced
3681:f0b359d91bf0 3682:259f15992a85
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 := of-optim 4 PKG := of-optim
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.1 6 $(PKG)_VERSION := 1.4.0
7 $(PKG)_CHECKSUM := 172f9d4c08dfccc46b8da4395c95efd87117cd83 7 $(PKG)_CHECKSUM := d60e6ae879afa5c8542571667d017fef7161d119
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := optim-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := optim-$($(PKG)_VERSION)
10 $(PKG)_FILE := optim-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := optim-$($(PKG)_VERSION).tar.gz
11 $(PKG)_FIXED_FILE := optim-$($(PKG)_VERSION)a.tar.gz 11 $(PKG)_FIXED_FILE := optim-$($(PKG)_VERSION)a.tar.gz
12 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 12 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'