-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplejson: Autospec creation for version 3.10.0
- Loading branch information
1 parent
cc3e01f
commit dda89d8
Showing
7 changed files
with
46 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := simplejson | ||
URL := https://github.com/simplejson/simplejson/archive/v3.10.0.tar.gz | ||
ARCHIVES := | ||
|
||
|
||
include ../common/Makefile.common |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[autospec] | ||
# build 32 bit libraries | ||
32bit = false | ||
# allow package to build with test failures | ||
allow_test_failures = true | ||
# unset %build ld_as_needed variable | ||
asneeded = false | ||
# extend flags with '-std=gnu++98 | ||
broken_c++ = false | ||
# disable parallelization during build | ||
broken_parallel_build = false | ||
# set conservative build flags | ||
conservative_flags = false | ||
# pass -ffast-math to compiler | ||
fast-math = false | ||
# optimize build for speed over size | ||
funroll-loops = false | ||
# set flags to smallest -02 flags possible | ||
insecure_build = false | ||
# do not remove static libraries | ||
keepstatic = false | ||
# do not require autostart suepackage | ||
no_autostart = false | ||
# optimize build for size over speed | ||
optimize_size = false | ||
# set profile for pgo | ||
pgo = false | ||
# do not run test suite | ||
skip_tests = false | ||
# configure build for avx2 | ||
use_avx2 = false | ||
# add clang flags | ||
use_clang = false | ||
# configure build for lto | ||
use_lto = false | ||
# require package verification for build | ||
verify_required = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
30 | ||
31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
libc.so.6 | ||
libpthread.so.0 | ||
libpython2.7.so.1.0 | ||
libpython3.5m.so.1.0 | ||
libpython3.6m.so.1.0 |