Created
May 30, 2012 02:15
-
-
Save liftoff/2832853 to your computer and use it in GitHub Desktop.
matplotlib .bb file for OpenEmbedded/bitbake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DESCRIPTION = "matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats" | |
SECTION = "devel/python" | |
LICENSE = "PSF" | |
LIC_FILES_CHKSUM = "file://README.txt;md5=83c5bf8b16a5f99507f2f47a21ae3b81" | |
PR = "r1" | |
SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \ | |
" | |
S = "${WORKDIR}/matplotlib-${PV}" | |
inherit distutils | |
# Make the build fail and replace *config.h with proper one | |
# This is a ugly, ugly hack - Koen | |
do_compile_prepend() { | |
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | |
${STAGING_BINDIR_NATIVE}/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ | |
true | |
} | |
SRC_URI[md5sum] = "57a627f30b3b27821f808659889514c2" | |
SRC_URI[sha256sum] = "be37e1d86c65ecacae6683f8805e051e9904e5f2e02bf2b7a34262c46a6d06a7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment