From 4a7a4acf074fd129abfa10fdaeb6ccf2d65f46b9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 1 Aug 2015 00:16:26 +0800 Subject: [PATCH] conda: remove unnecessary pixman package --- conda/pixman/build.sh | 4 ---- conda/pixman/meta.yaml | 16 ---------------- 2 files changed, 20 deletions(-) delete mode 100644 conda/pixman/build.sh delete mode 100644 conda/pixman/meta.yaml diff --git a/conda/pixman/build.sh b/conda/pixman/build.sh deleted file mode 100644 index 06a641d4f..000000000 --- a/conda/pixman/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -./configure --prefix=$PREFIX -make -j -make install diff --git a/conda/pixman/meta.yaml b/conda/pixman/meta.yaml deleted file mode 100644 index df1ccd8f3..000000000 --- a/conda/pixman/meta.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# This conda recipe comes from https://github.com/sandialabs/pixman-conda-recipe - -package: - name: pixman - version: "0.32.6" - -source: - fn: pixman-0.32.6.tar.gz - url: http://cairographics.org/releases/pixman-0.32.6.tar.gz - -build: - number: 0 - -about: - home: http://cairographics.org - license: GNU Lesser General Public License (LGPL) version 2.1 or the Mozilla Public License (MPL) version 1.1 at your option.