Commit Graph

9 Commits

Author SHA1 Message Date
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Schrijvers Luc
2c5d7d41d4 partio, bump version (#6069) 2021-07-25 14:49:02 +02:00
Jérôme Duval
88d5a39c3d there is no cmd:swig_x86, rebuild 2021-02-06 13:06:49 +01:00
X512
eb243c1da0 partio: fix and enable x86 32 bit build (#4668) 2020-05-25 14:23:16 -04:00
fbrosson
ea3f4cd92e Drop some quotes to make the recipes consistent with the wiki.
The quotes around $binDir and $prefix are not needed in the
definitions of commandBinDir. There are over 120 recipes which
define commandBinDir, and *most* of them don't have quotes in
the lines defining commandBinDir and commandSuffix.

15 recipes were not consistent with the wiki. Now they are.
2018-09-22 11:16:03 +00:00
Jerome Duval
b369b0e338 code format. 2018-09-14 12:29:46 +02:00
fbrosson
ea8de9ebb1 partio: fix a latent bug in the call to defineDebugInfoPackage.
$secondaryArchSuffix (as well as $commandSuffix) should not be
used in the call to defineDebugInfoPackage. Obviously, this
latent bug did not affect any primary arch nor the x86 2nd arch
because commandSuffix is set to the empty string in that case.
2018-01-14 16:39:11 +00:00
miqlas
04a4834f5a Partio: fix (#2095) 2018-01-10 09:14:30 +01:00
miqlas
88002df0dd Partio: new recipe (#2003)
* Partio: new recipe

* Cleanup, install patch

* Cleanup
2018-01-05 10:16:04 +01:00