summaryrefslogtreecommitdiff
path: root/strata/python-core/cpython.morph
blob: 853b06303b07961f74ccb04b9ac6711d9a350869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: cpython
kind: chunk
build-system: autotools
configure-commands:
- |
  ./configure --prefix="$PREFIX"  \
              --enable-shared     \
              --with-ensurepip=upgrade \
              --with-system-expat \
              --with-system-ffi
post-install-commands:
- ln -sf python2.7 "$DESTDIR"/"$PREFIX"/bin/python
- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2