Skip to content

Commit 75478c3

Browse files
committed
Merge pull request #658 from hashdist/cmake
Update CMake, compile in parallel
2 parents 7d421b1 + 84ff36c commit 75478c3

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pkgs/cmake.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
extends: [autotools_package]
22

33
sources:
4-
- url: http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz
5-
key: tar.gz:rrsxj2npvpfz7rtpiy53d4xqkgky3bwi
4+
- key: tar.gz:kcrzjtzo7wnjfxkbctv6fgmurgmezzxg
5+
url: http://www.cmake.org/files/v3.2/cmake-3.2.0-rc1.tar.gz
6+
7+
build_stages:
8+
- name: configure
9+
extra: ['--parallel=${HASHDIST_CPU_COUNT}']
610

711
when_build_dependency:
812
- set: CMAKE
913
value: ${ARTIFACT}/bin/cmake
1014

1115
- prepend_path: PATH
12-
value: ${ARTIFACT}/bin
16+
value: ${ARTIFACT}/bin

0 commit comments

Comments
 (0)