File: build_linux_x86_64_binary.sh

package info (click to toggle)
pocl 6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,320 kB
  • sloc: lisp: 149,513; ansic: 103,778; cpp: 54,947; python: 1,513; sh: 949; ruby: 255; pascal: 226; tcl: 180; makefile: 175; java: 72; xml: 49
file content (8 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (4)
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