Skip to content

Commit cd3c2a4

Browse files
committed
Merge pull request #640 from hashdist/johannr/host-packages
Add more host packages
2 parents dd7dfbb + 012c41a commit cd3c2a4

18 files changed

Lines changed: 78 additions & 0 deletions

debian.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ parameters:
1515
HOST_PETSC_DIR: /usr/lib/petsc
1616
HOST_PETSC_ARCH: linux-gnu-c-opt
1717
HOST_SLEPC_DIR: /usr/lib/slepc
18+
HOST_BOOST_ROOT: /usr
1819
SCOTCH_ARCH: pc_linux2
1920
PASTIX_ARCH: i686_pc_linux

pkgs/host-bison.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

pkgs/host-boost.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: [host_package]
2+
3+
when_build_dependency:
4+
- set: BOOST_ROOT
5+
value: "{{HOST_BOOST_ROOT}}"
6+
- set: BOOST_DIR
7+
value: "{{HOST_BOOST_ROOT}}"

pkgs/host-eigen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

pkgs/host-flex.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

pkgs/host-gmp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

pkgs/host-ipython.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
build_stages:
2+
- handler: bash
3+
bash: |
4+
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
5+
ln -s {{python_host_packages}}/IPython ${ARTIFACT}/{{python_site_packages_rel}}
6+
7+
profile_links:
8+
- name: python_packages
9+
link: '{{python_site_packages_rel}}/*'
10+
dirs: true

pkgs/host-libtiff.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

pkgs/host-libxml2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

pkgs/host-m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: [host_package]

0 commit comments

Comments
 (0)