- Aug 08, 2022
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
clang appears to require -fPIC for shared objects on most platforms. the 'clang' tool adds the flag when appropriate. however, scons never selects the clang tool automatically! so we add the tool ourselves if CC=clang is set or generally on Darwin. ideally, scons would know and handle all this, but at the time of writing (scons v4.3.0), it does not.
-
- Mar 10, 2020
-
-
Andrea Shepard authored
Restore -D_POSIX_C_SOURCE=200809L in build flags on Linux; we'll figure out report of Mac OS breakage later
-
- Feb 17, 2020
-
-
Sven M. Hallberg authored
-
- Feb 09, 2020
-
-
Sven M. Hallberg authored
it breaks the build with clang.
-
- Jan 11, 2020
-
-
Andrea Shepard authored
-
- Jan 10, 2020
-
-
Andrea Shepard authored
-
Andrea Shepard authored
-
- Dec 12, 2019
-
-
Andrea Shepard authored
-
- Dec 09, 2019
-
-
Andrea Shepard authored
-
- Nov 19, 2019
-
-
picomeg authored
includes like jni.h
-
- May 10, 2019
-
-
Alex Willmer authored
This allows the library to be built and tested with a non-default version of CPython, e.g. scons bindings=python python=python3.6 scons bindings=python python=python3.6 testpython
-
Alex Willmer authored
These have no effect in Python 3.x, they are the default. Enabling them in Python 2.x, enabling them in Python 2.x allows single source compatiblity.
-
- Nov 01, 2016
-
-
Meredith L. Patterson authored
-
- May 22, 2016
-
-
nicolas authored
To homogenize the file and allow keys/strings to be searched easily.
-
nicolas authored
We disable: - the tests (which require glib) although they can be reactivated with the `--tests` command line flag - shared library (lack of export symbol declarations means that although it can be built, no symbol is exported and therefore it can't be used) The `install` target installs the library and headers under the `build` folder, because it's a traditional practice to move libraries to a central location on Windows, unless you are using cygwin. In which case pass `prefix` to the command line. We adapt tools\windows\build_examples.bat to take the library that is built using scons or using tools\windows\build.bat
-
nicolas authored
We will need to use the environment's CC variable to make decisions that apply to windows compiling and linking. Therefore we move some existing sections below the set up of env["CC"] and env["CXX"]
-
- Oct 04, 2015
-
-
Meredith L. Patterson authored
-
- Oct 03, 2015
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Dec 07, 2014
-
-
Steven Dee authored
-
Steven Dee authored
-
- Oct 29, 2014
-
-
stewart authored
Scons now doesn't throw away /home/stewart/.nix-profile/lib/pkgconfig:/nix/var/nix/profiles/default/lib/pkgconfig:/run/current-system/sw/lib/pkgconfig, so NixOS can build it
-
- Apr 20, 2014
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Apr 13, 2014
- Mar 17, 2014
-
-
Meredith L. Patterson authored
-
- Jan 16, 2014
- Jan 11, 2014
-
-
Dan Hirsch authored
-
- Jan 04, 2014
-
-
Dan Hirsch authored
-
- Dec 22, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Dec 05, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-