Skip to content
Snippets Groups Projects
Commit 6c343e86 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'dlib-gcc' into 'master'

compile dlib with our gcc

Closes #26

See merge request !71
parents b097e5f6 397d5678
No related branches found
No related tags found
1 merge request!71compile dlib with our gcc
Pipeline #
......@@ -15,28 +15,31 @@ source:
- add_global_cxx_release.patch
build:
number: 0
number: 1
requirements:
build:
- python
- toolchain 2.3.2
- cmake
- mkl # [not win]
- numpy x.x
- boost 1.61.*
- jpeg 9b # [not win]
- libpng 1.6.27
- sqlite 3.13.* # [not win]
- python
- toolchain 2.3.2
- gcc 4.8.5 # [linux]
- libgcc 4.8.5 # [linux]
- cmake
- mkl # [not win]
- numpy x.x
- boost 1.61.*
- jpeg 9b # [not win]
- libpng 1.6.27
- sqlite 3.13.* # [not win]
run:
- python
- mkl # [not win]
- numpy x.x
- boost 1.61.*
- jpeg 9b # [not win]
- libpng >=1.6.27,<1.7
- sqlite 3.13.* # [not win]
- python
- libgcc >=4.8.5 # [linux]
- mkl # [not win]
- numpy x.x
- boost 1.61.*
- jpeg 9b # [not win]
- libpng >=1.6.27,<1.7
- sqlite 3.13.* # [not win]
test:
files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment