summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-16 23:48:20 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-16 23:48:20 (GMT)
commitc492fb9e539ee4bfb6b8624abb941b272163e135 (patch)
tree01dfe06e22474947d327553d27ae9a001b6470be
parenta1dacfc3c9b0408a758dc2fce57c21433658c8c1 (diff)
downloadmxe-c492fb9e539ee4bfb6b8624abb941b272163e135.zip
mxe-c492fb9e539ee4bfb6b8624abb941b272163e135.tar.gz
mxe-c492fb9e539ee4bfb6b8624abb941b272163e135.tar.bz2
remove package atlas, because there's doesn't seem to be a way to get it working
-rw-r--r--src/atlas.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/atlas.mk b/src/atlas.mk
deleted file mode 100644
index 7b2d5f2..0000000
--- a/src/atlas.mk
+++ /dev/null
@@ -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