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,12 +15,14 @@ source: ...@@ -15,12 +15,14 @@ source:
- add_global_cxx_release.patch - add_global_cxx_release.patch
build: build:
number: 0 number: 1
requirements: requirements:
build: build:
- python - python
- toolchain 2.3.2 - toolchain 2.3.2
- gcc 4.8.5 # [linux]
- libgcc 4.8.5 # [linux]
- cmake - cmake
- mkl # [not win] - mkl # [not win]
- numpy x.x - numpy x.x
...@@ -31,6 +33,7 @@ requirements: ...@@ -31,6 +33,7 @@ requirements:
run: run:
- python - python
- libgcc >=4.8.5 # [linux]
- mkl # [not win] - mkl # [not win]
- numpy x.x - numpy x.x
- boost 1.61.* - boost 1.61.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment