]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove bundled/cmake
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Mar 2013 16:58:42 +0000 (16:58 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Mar 2013 16:58:42 +0000 (16:58 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28757 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/cmake/Makefile [deleted file]

diff --git a/deal.II/bundled/cmake/Makefile b/deal.II/bundled/cmake/Makefile
deleted file mode 100644 (file)
index 30d8d55..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-NPROCS:=$(shell grep -c ^processor /proc/cpuinfo)
-ifeq ($(NPROCS), )
-  NPROCS:=1
-endif
-
-bin/cmake:
-       wget -c "http://www.cmake.org/files/v2.8/cmake-2.8.8.tar.gz"
-       tar -xf cmake-2.8.8.tar.gz
-       cd cmake-2.8.8 && ./configure --parallel=$(NPROCS) --prefix="$(PWD)"
-       cd cmake-2.8.8 && make -j $(NPROCS) install
-
-.PHONY: clean
-clean:
-       rm -rf bin cmake-2.8.8 cmake-2.8.8.tar.gz doc man share
-
-.PHONY: all
-all: bin/cmake

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.