Commit Graph

7286 Commits

Author SHA1 Message Date
Pierre Ramoin
1a390905f4 (#356) add darknet recipe
* add darknet recipe

* darknet recipe improvement

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* improve shared option

* fix: remove compilation settings for windows & fix macos extension

* Update recipes/darknet/all/conandata.yml

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* Apply suggestions from code review

Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* fix replace in file

* change cmake minimum version for test

* patch in separate file for static (non dependant on conan options) changes

* add endline on conandata

* add patch for changes in Makefile

* add conditional assignation for CC & CPP in Makefile patch

* remove optimisation flags & lstdc++ reference + change CPP for CXX in patch

* add CXXFLAGS references on original stdc++ locations

* Update recipes/darknet/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>

Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
2020-12-22 13:38:13 +01:00
Florian Berchtold
f6356ecb07 (#3901) trompeloeil/39
* trompeloeil

* cleanup

* Update recipes/trompeloeil/all/conanfile.py

Co-authored-by: Michael Keck <git@cr0ydon.com>

* Update recipes/trompeloeil/all/conandata.yml

* Update recipes/trompeloeil/all/conanfile.py

Co-authored-by: Christoph Bachhuber <cbachhuber89@gmail.com>

* Update recipes/trompeloeil/config.yml

* Update recipes/trompeloeil/all/conanfile.py

Co-authored-by: Carlos Gomes Martinho <kmartinho8@gmail.com>

* CI fix

* test_package uses cmake_find_package generator

* enable c++14 again

Co-authored-by: Michael Keck <git@cr0ydon.com>
Co-authored-by: Christoph Bachhuber <cbachhuber89@gmail.com>
Co-authored-by: Carlos Gomes Martinho <kmartinho8@gmail.com>
2020-12-22 13:02:09 +01:00
Anonymous Maarten
f53c5aa3ad (#3362) boost: no quotes around compiler (os.environ["CXX"])
* boost: split CXX into CXX + CXXFLAGS

* boost: no quotes around compiler + pass CPPFLAGS as <compileflags>
2020-12-22 04:01:39 +01:00
Yoann Potinet
881f4c81ac (#3837) Add genie 1141
* Add genie 1141

* genie: apply suggestions

* genie: Use compiler from CC env var

* genie: fix

* genie: use clang by default on apple os

* genie: Add default cc/cxx values

* genie: add build_type + allow cross build

* genie: patch is not needed

* genie: only copy .lua script when build_type==Debug

* genie: one line escaped the indent

* genie: clean recipe

Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2020-12-22 00:02:09 +01:00
Ayaz Salikhov
09c08293ea (#3820) [mongo-cxx-driver] separate patches, experimental polyfill, general cleanup
* Improve mongo-cxx-driver recipe

* One more patch

* One more patch

* Raise for experimental and apple-clang

* Change polyfill to boost back

* Add required_conan_version
2020-12-21 22:02:06 +01:00
Deep Datta
82094c5d82 (#3576) Let's add release notes 2020-12-21 21:31:55 +01:00
p-podsiadly
c6dc2edfac (#3955) doctest: update to 2.4.3 2020-12-21 15:02:27 +01:00
Quentin Chateau
24f2a8bc05 (#3943) ezc3d: add version 1.3.8
* ezc3d: add version 1.3.8

Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

* Update recipes/ezc3d/all/conandata.yml

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
2020-12-21 12:32:46 +01:00
SpaceIm
2acdf14868 (#3960) bump zstd/1.4.8 2020-12-21 11:19:13 +01:00
ericLemanissier
bfb369f00e (#3953) libxml2: fix FreeBSD
* libxml2: fix FreeBSD

* libxml2: Update Conan conventions

Automatically created by bincrafters-conventions 0.30.1

Co-authored-by: bincrafters-user <bincrafters@gmail.com>
2020-12-21 09:32:19 +01:00
Michael Keck
3e452b5d03 (#3921) mpir: add m4 to build_requires
* mpir: add m4 to build_requires

To fix

checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin

* Don't require m4 for Visual Studio

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2020-12-21 08:02:15 +01:00
Harald
6490c8cc3d (#1137) add ios-cmake toolchain
* add ios-cmake toolchain file

This toolchain file is mature, well tested, and has plenty of users
It builds for all iOS platofrms, and can, theoritical also for conan
build FAT binaries

* pythoninc improvments, from code review comments

* add topic section

Co-Authored-By: Anonymous Maarten <madebr@users.noreply.github.com>

* adopt recpies defaults to toolchain defaults

* imporve package file layout

* add test package

* add license file

* add dummy header to satisfy hook KB-H014

* remove ununsed imports

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* import Configuration Error

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* disable unwanted configurations

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* fix comment

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* fix spelling

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* speeling in comment

Co-authored-by: SSE4 <tomskside@gmail.com>

* remove out-commented debug print statements

* Update recipes/ios-cmake/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* start, and mabye already finished, adoption to 2 profiles usage

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Co-authored-by: SSE4 <tomskside@gmail.com>
2020-12-20 05:01:31 +01:00
Michael Keck
4329d18bd2 (#3919) add cmake/3.19.2
* add cmake/3.19.2

* cmake: Update Conan conventions

Automatically created by bincrafters-conventions 0.30.1

Co-authored-by: bincrafters-user <bincrafters@gmail.com>
Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
2020-12-19 22:02:28 +01:00
boussaffawalid
ca7042d4ae (#3684) update depot_tools to cci.20201009
* update depot_tools to cci.20201009

* Update recipes/depot_tools/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/depot_tools/all/conandata.yml

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2020-12-19 13:02:01 +01:00
Winfried Dobbe
a38b9aadc1 (#3915) #3909: add component info to libnl recipe 2020-12-19 05:02:16 +01:00
Rob Boehne
79dd07befd (#3850) (#3847) [swig] Remove code to run strip on binaries during packaging. 2020-12-19 04:32:14 +01:00
ericLemanissier
69dc442f05 (#3947) xorg: use SystemPackageTool.install_packages 2020-12-19 00:32:30 +01:00
Dominik Berner
aab342d26d (#3946) Version for 'si' to bump to 2.0.2 2020-12-19 00:02:28 +01:00
Quentin Chateau
31022ba990 (#3945) outcome: add version 2.1.5
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)
2020-12-18 23:32:30 +01:00
Quentin Chateau
5a67bcf41a (#3944) stlab: add version 1.5.4
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)
2020-12-18 23:02:32 +01:00
Michael Keck
4e9758558e (#3920) gmp: add m4 to build_requires
To fix

checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin
2020-12-18 20:03:02 +01:00
tt4g
1a72085c37 (#3942) Add libpqxx/7.3.0 2020-12-18 19:02:52 +01:00
Javier G. Sogo
dcca8c1879 (#3940) [rang] fix hooks 2020-12-18 18:32:37 +01:00
Javier G. Sogo
49004f4469 (#3938) [quaternions] fix hooks 2020-12-18 18:02:44 +01:00
Javier G. Sogo
0412614cc8 (#3937) [rapidcheck] fix hooks
* [rapidcheck] fix hooks

* add topics
2020-12-18 16:32:34 +01:00
Javier G. Sogo
661dc369f6 (#3936) [rapidxml] fix hooks 2020-12-18 16:02:34 +01:00
Javier G. Sogo
5d32feef16 (#3935) [scons] fix hooks: non-ascii char 2020-12-18 15:32:36 +01:00
Javier G. Sogo
2095a022a7 (#3934) [serf] fix hooks 2020-12-18 14:32:34 +01:00
ericLemanissier
2cfafcd07a (#3926) ICU: fix FreeBSD
* ICU: fix FreeBSD

* use gmake on freebsd

* use gmake for install too
2020-12-18 12:33:14 +01:00
Javier G. Sogo
7fe3c2820f (#3933) [sol2] fix hooks 2020-12-18 12:02:34 +01:00
Javier G. Sogo
e8489e9779 (#3930) [rxcpp] fix hooks 2020-12-18 11:32:32 +01:00
SpaceIm
aaf074d263 (#3927) zstd: add 1.4.7 + honor fPIC option value
* add zstd/1.4.7

* honor fPIC option False

* reorder methods
2020-12-18 10:02:34 +01:00
Clare Macrae
f013c55cb5 (#3941) Add approvaltests.cpp 10.6.0 2020-12-18 07:32:39 +01:00
Javier G. Sogo
cceaf6b721 (#3939) [quickfix] fix hooks 2020-12-17 22:02:58 +01:00
Javier G. Sogo
ec31c041e5 (#3932) [readline] fix hooks 2020-12-17 21:03:13 +01:00
ericLemanissier
0f06307411 (#3914) wt: add version 4.5.0
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2020-12-17 18:32:50 +01:00
Anonymous Maarten
ebe3c8d7f4 (#3892) automake: add arch/compiler to settings and remove it in package_id
* automake: add arch/compiler to settings and remove it in package_id

* automake: remove from self.info in package_id. Not from settings itself!

* automake: settings.compiler.(cppstd|libcxx) does not matter
2020-12-17 17:02:24 +01:00
daravi
33f8fc5706 (#3875) [fontconfigs] -- Run autotools in run_environment
* Run autotools in run_environment to be able to load pkgconf shared dependencies

* Clear autotools' libs (to let autotools detect only the required ones)
2020-12-17 16:02:39 +01:00
Chris Mc
4cd771a22b (#3750) [cppunit] fix missing symbols when shared on windows
* adding test section to see if it triggers missing symbols when using shared=True

* add missing definition for windows dll export

* bump test_packge CXX_STANDARD
2020-12-17 14:32:14 +01:00
Martin Delille
4f5cff0907 (#3455) libx264/*: remove apple_deployment_target_flag 2020-12-17 13:32:21 +01:00
Michael Keck
294a0d8e23 (#3925) add protobuf/3.13.0 2020-12-17 10:35:00 +01:00
Josh Acay
b9f12340fe (#3853) gmp/*: add "enable-fat" option
* Add the enable-fat option to GMP

* Use `get_safe` with `disable_assembly` since it's a deleted option

* Use `get_safe` for `enable_fat` also
2020-12-17 10:02:34 +01:00
Anonymous Maarten
7e8e923068 (#2958) libcheck: add libcheck/0.15.2 recipe
* libcheck: add libcheck/0.15.2 recipe

* libcheck: fix windows build
2020-12-17 09:01:46 +01:00
ericLemanissier
5a05790c6f (#3913) cmake: bump openssl
* cmake: bump openssl

* make with_openssl option visible

* replace _with_openssl property with option

* remove auto value of with_optionssl option

set the default in config_options instead
2020-12-17 03:32:36 +01:00
Daniel
64aeb942ca (#3906) Update changelog 14-December-2020 2020-12-17 03:02:45 +01:00
ericLemanissier
a0527130d2 (#3904) xkbcommon: enable FreeBSD 2020-12-17 02:02:42 +01:00
SpaceIm
1dbd68bb6a (#3862) cfitsio: allow implicit function declaration for apple-clang 12+ 2020-12-17 01:02:45 +01:00
Anonymous Maarten
5fbccb652b (#2799) Add poppler/20.09.0 recipe
* Add poppler/20.09.0 recipe

* poppler: rename options + bump dependencies

* poppler: don't build on gcc < 5

* poppler: test_package requires c++11

* poppler: add missing requirement for cairo

* poppler: add MSVC support

* poppler: require cmake 3.4 for CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS

* poppler: libiconv is required for poppler-cpp

* poppler: remove unused import

* poppler: require MSVC2017+

* poppler: use correct cmake definitions

* poppler: add cpp+with_libiconv option

* poppler: use deps_cpp_info to get version of dep + compare with string

* poppler: cairo is available in cci

* poppler: rename extension of patch to .patch

* poppler: deja vu (rename .cmake patch to .patch)
2020-12-16 22:01:51 +01:00
Anonymous Maarten
c60bd0a0cd (#3852) yasm: only copy yasm.exe when building using MSVC 2020-12-16 21:34:30 +01:00
ericLemanissier
6abebdafb4 (#3912) gtk: support FreeBSD 2020-12-16 18:32:39 +01:00