Giter Club home page Giter Club logo

Comments (12)

krzysztof-jusiak avatar krzysztof-jusiak commented on May 16, 2024 1

๐Ÿ‘ โ˜๏ธ

from ut.

jwillikers avatar jwillikers commented on May 16, 2024 1

Merged!

The package is boost-ext-ut and can be found on Conan's website here.

Include the following in your Conanfile to incorporate ยตt in your project.

boost-ext-ut/1.1.8

We should update the README's Conan section with this information.
The Conan package provides the expected CMake functionality for find_package, i.e. the following will work.

find_package(ut)

add_executable(my_test my_test.cpp)

target_link_libraries(my_test PRIVATE boost::ut)

from ut.

justend29 avatar justend29 commented on May 16, 2024

I was just looking for it on the conan center. This would be great

from ut.

krzysztof-jusiak avatar krzysztof-jusiak commented on May 16, 2024

Agree โ˜๏ธ Unfortunately, I have no experience with conan center ๐Ÿ˜ž @jwillikers any ideas on how to start with it?

from ut.

justend29 avatar justend29 commented on May 16, 2024

From the documentation I read a week or two ago, which happens to be the exact link @jwillikers linked above, it seems like it's as simple as:

  1. requesting access to the 'Early Access Program' on behalf of boost-ext
  2. cloning the conan-center-index
  3. adding the libraries in a directory with the accepted folder structure they describe
  4. making a PR back to the main repo

It seems like the difficult part would be to optimally structure the various libraries under boost-ext into that directory from step 3 such that the various libraries can be easily consumed. For example, the boost library from the conan-center is consumed as one large library that provides CMake components to each major boost component. As a note, the components aren't very granular, and there seems to be an effort to modularize boost into its components.

It appears that each library under boost-ext already has a single conanfile.py, so maybe there's already been an effort to provide the libraries individually.

from ut.

jwillikers avatar jwillikers commented on May 16, 2024

@justend29 I think we can just be concerned with providing [Boost-ext].ยตt standalone, and doing that would simplify this quite a bit.

I'll go ahead and plan on adding a ยตt package to conan-center-index when I get time, hopefully within the next couple of weeks. It should be pretty straightforward to copy an existing header-only package and use that as a template for ยตt.

from ut.

jwillikers avatar jwillikers commented on May 16, 2024

PR now open: conan-io/conan-center-index#3997

from ut.

krzysztof-jusiak avatar krzysztof-jusiak commented on May 16, 2024

Awesome! Thank you @jwillikers ๐Ÿ‘

from ut.

jd6060 avatar jd6060 commented on May 16, 2024

Tremendous!

from ut.

krzysztof-jusiak avatar krzysztof-jusiak commented on May 16, 2024

Awesome, thank you @jwillikers ๐Ÿ™ Great job ๐Ÿ‘

from ut.

krzysztof-jusiak avatar krzysztof-jusiak commented on May 16, 2024

is there a conan badge we can use in README?

from ut.

jwillikers avatar jwillikers commented on May 16, 2024

I can't seem to find any.

from ut.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.