Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ parameters:
HOST_PETSC_DIR: /usr/lib/petsc
HOST_PETSC_ARCH: linux-gnu-c-opt
HOST_SLEPC_DIR: /usr/lib/slepc
HOST_BOOST_ROOT: /usr
SCOTCH_ARCH: pc_linux2
PASTIX_ARCH: i686_pc_linux
1 change: 1 addition & 0 deletions pkgs/host-bison.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
7 changes: 7 additions & 0 deletions pkgs/host-boost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extends: [host_package]

when_build_dependency:
- set: BOOST_ROOT
value: "{{HOST_BOOST_ROOT}}"
- set: BOOST_DIR
value: "{{HOST_BOOST_ROOT}}"
1 change: 1 addition & 0 deletions pkgs/host-eigen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
1 change: 1 addition & 0 deletions pkgs/host-flex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
1 change: 1 addition & 0 deletions pkgs/host-gmp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
10 changes: 10 additions & 0 deletions pkgs/host-ipython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build_stages:
- handler: bash
bash: |
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
ln -s {{python_host_packages}}/IPython ${ARTIFACT}/{{python_site_packages_rel}}

profile_links:
- name: python_packages
link: '{{python_site_packages_rel}}/*'
dirs: true
1 change: 1 addition & 0 deletions pkgs/host-libtiff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
1 change: 1 addition & 0 deletions pkgs/host-libxml2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
1 change: 1 addition & 0 deletions pkgs/host-m4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
10 changes: 10 additions & 0 deletions pkgs/host-matplotlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build_stages:
- handler: bash
bash: |
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
ln -s {{python_host_packages}}/matplotlib ${ARTIFACT}/{{python_site_packages_rel}}

profile_links:
- name: python_packages
link: '{{python_site_packages_rel}}/*'
dirs: true
1 change: 1 addition & 0 deletions pkgs/host-mpfr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
10 changes: 10 additions & 0 deletions pkgs/host-ply.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build_stages:
- handler: bash
bash: |
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
ln -s {{python_host_packages}}/ply ${ARTIFACT}/{{python_site_packages_rel}}

profile_links:
- name: python_packages
link: '{{python_site_packages_rel}}/*'
dirs: true
10 changes: 10 additions & 0 deletions pkgs/host-six.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build_stages:
- handler: bash
bash: |
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
ln -s {{python_host_packages}}/six.py ${ARTIFACT}/{{python_site_packages_rel}}

profile_links:
- name: python_packages
link: '{{python_site_packages_rel}}/*'
dirs: true
10 changes: 10 additions & 0 deletions pkgs/host-sympy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build_stages:
- handler: bash
bash: |
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
ln -s {{python_host_packages}}/sympy ${ARTIFACT}/{{python_site_packages_rel}}

profile_links:
- name: python_packages
link: '{{python_site_packages_rel}}/*'
dirs: true
1 change: 1 addition & 0 deletions pkgs/host-szip.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]
10 changes: 10 additions & 0 deletions pkgs/host-vtk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build_stages:
- handler: bash
bash: |
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
ln -s {{python_host_packages}}/vtk ${ARTIFACT}/{{python_site_packages_rel}}

profile_links:
- name: python_packages
link: '{{python_site_packages_rel}}/*'
dirs: true
1 change: 1 addition & 0 deletions pkgs/host-zlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: [host_package]