File: build_linux_x86_64_binary.sh

package info (click to toggle)
pocl 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 29,768 kB
  • sloc: lisp: 151,669; ansic: 135,425; cpp: 65,801; python: 1,846; sh: 1,084; ruby: 255; pascal: 231; tcl: 180; makefile: 174; asm: 81; java: 72; xml: 49
file content (8 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/bash

# using the following docker image because it's based off centos5 which is ancient enough
# and can be used to install a newer cmake easily
export DOCKER_IMAGE=${DOCKER_IMAGE:-quay.io/pypa/manylinux1_x86_64}
echo $DOCKER_IMAGE
docker run -v `pwd`:/io $DOCKER_IMAGE /io/tools/scripts/build_all_deps.sh