Git Product home page Git Product logo

conan-plibsys's People

Contributors

saprykin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

conan-plibsys's Issues

Inclusion request review for plibsys/0.0.4@saprykin/stable into conan-center

Inclusion Request Review

This is a review for plibsys/0.0.4@saprykin/stable (saprykin/public-conan) inclusion request to conan-center.
This review follows the inclusion guidelines of third party libraries.

Package

plibsys/0.0.4@saprykin/stable
plibsys/0.0.3@saprykin/stable

Checks and Comments

Recipe quality

  • Git public repository
  • Recipe fields
  • Linter
  • Updated
  • Clean
  • test_package
  • Raise errors on invalid configurations
  • LICENSE of the recipe
  • LICENSE of the library

CI Integration

  • Provide at least one CI configuration (header only)
  • (If not header only) CI configurations for Linux/MacOSX/Windows

Bintray Package Information

  • Description
  • Licenses
  • Tags
  • Maturity
  • Website (if any)
  • Issue tracker
  • Version control

Additional comments

HI @saprykin,

Thank you so much for submiting you library to conan-center. We have reviewed the recipe and the generated packages and here are some things that will require minor improvements:

  • We saw you have some tests in CPP but the library you are packaging is pure C, so there is no need to
    specify libcxx in the settings. Your conanfile.py should have this:
def configure(self):
    del self.settings.compiler.libcxx
  • There are missing packages for apple-clang 9.1. Just add somethig like this to you .travis.yml file:
      - <<: *osx
        osx_image: xcode9.3
        env: CONAN_APPLE_CLANG_VERSIONS=9.1
  • Finally we saw you are using the Bincrafters template for this repo. Are you planning to move it to the bincrafters organization? I so, it would be better to wait until it is moved to do the inclusion into conan-center

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.