GithubHelp home page GithubHelp logo

Comments (5)

simonjwright avatar simonjwright commented on August 13, 2024

I support this request.

In May this year I was able to add the gprbuild --db option:

./setup.py build --db whatever

but not now.

from gnatcoll-bindings.

Nikokrock avatar Nikokrock commented on August 13, 2024

Note that you can use --help

./setup.py build --help
usage: setup.py build [-h] [--gpr-opts ...] [--jobs JOBS] [--reconfigure]
                      [--target TARGET] [--prefix PREFIX] [--integrated]
                      [--disable-shared] [--python-exec PATH] [--debug]

optional arguments:
  -h, --help            show this help message and exit
  --gpr-opts ...        pass remaining arguments to gprbuild
  --jobs JOBS, -j JOBS  gprbuild parallelism
  --reconfigure         ignore previous setup results
  --target TARGET       target
  --prefix PREFIX       installation prefix
  --integrated          installation in platform specific subdir
  --disable-shared      if set disable build of shared libraries
  --python-exec PATH    set python executable location
  --debug               build project in debug mode

so just add --gpr-opts followed by gprbuild options .

from gnatcoll-bindings.

simonjwright avatar simonjwright commented on August 13, 2024

@Nikokrock - thanks for that.

I had tried ./setup.py --help build, which seemed reasonable, but didn’t either offer the help or hint that I should have been asking the question differently.

from gnatcoll-bindings.

Nikokrock avatar Nikokrock commented on August 13, 2024

Will improve help message of toplevel script to:

./setup.py --help
usage: setup.py [-h] {build,clean,install,uninstall} ...

GNATColl Iconv bindings

optional arguments:
  -h, --help            show this help message and exit

commands:
  available commands (do ./setup.py CMD --help for help on command CMD)

  {build,clean,install,uninstall}
    build               build gnatcoll_iconv
    clean               clean gnatcoll_iconv
    install             install gnatcoll_iconv
    uninstall           uninstall gnatcoll_iconv

from gnatcoll-bindings.

simonjwright avatar simonjwright commented on August 13, 2024

Thanks!

from gnatcoll-bindings.

Related Issues (12)

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.