Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
QtCurve: Build it with the conda gcc version because it uses the C++1…
Browse files Browse the repository at this point in the history
…1 standard
  • Loading branch information
ccordoba12 committed Mar 20, 2015
1 parent 305ccfa commit 8f6d949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions qtcurve/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
mkdir build
cd build

export CC=$PREFIX/bin/gcc
export CXX=$PREFIX/bin/g++

cmake \
-DCMAKE_INSTALL_PREFIX:PATH="$PREFIX" \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
5 changes: 3 additions & 2 deletions qtcurve/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ source:
- qsort_r.patch [linux]

build:
number: 1
number: 2

requirements:
build: [linux]
- cmake [linux]
- gcc >=4.8 [linux]
- qt >=4.8.6 [linux]
- cmake [linux]

run:
- qt >=4.8.6
Expand Down

0 comments on commit 8f6d949

Please sign in to comment.