changeset 1384:1a256899c0aa

remove package atlas, because there's doesn't seem to be a way to get it working
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 17 Nov 2010 00:48:20 +0100
parents 642e99b3b4fb
children 08b296ec290e
files src/atlas.mk
diffstat 1 files changed, 0 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/src/atlas.mk	Tue Nov 16 23:13:10 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# This file is part of mingw-cross-env.
-# See doc/index.html for further information.
-
-# ATLAS
-PKG             := atlas
-$(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.8.3
-$(PKG)_CHECKSUM := c7546210df4796457d9e96a00444adc4c0f2e77f
-$(PKG)_SUBDIR   := ATLAS
-$(PKG)_FILE     := $(PKG)$($(PKG)_VERSION).tar.bz2
-$(PKG)_WEBSITE  := http://math-atlas.sourceforge.net/
-$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/math-atlas/Stable/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc
-
-define $(PKG)_UPDATE
-    # seems to use even/odd development versioning
-endef
-
-define $(PKG)_BUILD
-    mkdir '$(1).build'
-    cd '$(1).build' && '$(1)'/configure \
-        --prefix='$(PREFIX)/$(TARGET)' \
-        --cc='$(TARGET)-gcc'
-    $(MAKE) -C '$(1).build' -j 1 install
-endef