Skip to content

Commit

Permalink
update to 3.2.2 & parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Apr 24, 2015
1 parent 6330c37 commit 80038b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CC=cc CXX=c++ ./configure --prefix=$PREFIX
CC=cc CXX=c++ ./configure --prefix=$PREFIX --parallel=${CPU_COUNT}
make -j${CPU_COUNT}
rm $SRC_DIR/Modules/CPack.OSXScriptLauncher.in
make install
8 changes: 4 additions & 4 deletions cmake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: cmake
version: 3.1.3
version: 3.2.2

source:
fn: cmake-3.1.3.tar.gz
url: http://www.cmake.org/files/v3.1/cmake-3.1.3.tar.gz
md5: 5697a77503bb5636f4b4057dcc02aa32
fn: cmake-3.2.2.tar.gz
url: http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz
md5: 2da57308071ea98b10253a87d2419281

test:
commands:
Expand Down

0 comments on commit 80038b5

Please sign in to comment.