Commit Graph

24 Commits

Author SHA1 Message Date
Ed Reel
df3e42d911 Abstract the latest llvm version (#11790)
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
2025-04-21 18:32:43 +00:00
github-actions[bot]
af2139b011 AutoBuild: llvm started at 2025-03-07-20UTC (#11491)
* Add LLVM 20 builds, Mold 2.37.1, and add rebuilds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update wayland_protocols.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add more llvm20 updates.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* More LLVM 20 updates.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Ed Reel <edreel@gmail.com>
2025-03-07 21:44:18 +00:00
Maximilian Downey Twiss
d7e8f67f2d Run rubocop on tree to pick up new Chromebrew/OrderedCompatibility cop (#11282) 2025-02-10 22:21:57 +00:00
Satadru Pramanik, DO, MPH, MEng
79efa1dfd5 Python => 3.13.0 (#10585)
* Python => 3.13

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* fix VER variables in const.rb

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bugfixes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* More plumbing changes...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust py3_pip and py3_setuptools to not error during python3 preinstall.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* fix hash error

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add no_binaries_needed

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bugfixes...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to pip.rb to fix python 3.13 builds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add workaround for missing binaries...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update cmake

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add lots of package updates.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add py3_bcrypt, rename asciidoc, add more package builds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* More updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* revert postgresql update

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* final updates?

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update curl

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add curl to essential packages to try to prevent unit test failure on i686.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* fix accidental change to docker package.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fiz condition of no new updates leavimg a message with CREW_UNATTENDED set.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* more updates, add missing libabigail binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* rebuild py3_dbus_python

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add arm build for 5.10 musl_linuxheaders

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add builds for openimageio.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust ruby buildsystem slightly to use cache more, adjust unit tests to properly invoke setarch, add py3_pynacl, update libsodium.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Ruby adjustments...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* unit test adjustments...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* unit test adjustments...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add error message to pip install...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* expand pip error reporting

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* More pip adjustments.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add more pip verbose error reporting.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add new workaround for pip failure on i686...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Refactor pip again...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* more refactoring...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust py3_pip version restriction.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Avoid container jdk dependency in snowflake.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update trove classifiers.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* adjust package fxn exit

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* adjust more jdk deps

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-12 16:03:50 -05:00
Maximilian Downey Twiss
7c1cfdf083 Update a-l package homepages (#10119)
* Update ansifilter homepage

* Update ciano homepage

* Update entr homepage

* Update giflib homepage

* Update git_lfs homepage

* Update github_release homepage

* Update glew homepage

* Update glfw homepage

* Update glib homepage

* Update gnome_common homepage

* Update gnome_icon_theme homepage

* Update gnucobol homepage

* Update gnulib_git homepage

* Update gnuplot homepage

* Update gnutls homepage

* Update gpt4all homepage

* Update gsettings_desktop_schemas homepage

* Update gsm homepage

* Update gtk3 homepage

* Update gtksharp2 homepage

* Update gusb homepage

* Update gutenprint homepage

* Update gvim homepage

* Update gwt homepage

* Update harfbuzz homepage

* Update health_check homepage

* Update homebank homepage

* Update ibmonitor homepage

* Update icu4c homepage

* Update iftop homepage

* Update imake homepage

* Update intel_media_sdk homepage

* Update ipfs homepage

* Update irrlicht homepage

* Update irrlicht_examples homepage

* Update irrlicht_tools homepage

* Update itstool homepage

* Update iw homepage

* Update jam homepage

* Update jansson homepage

* Update jfrog homepage

* Update jobscheduler homepage

* Update krb5 homepage

* Update krita homepage

* Update lcms homepage

* Update ledger homepage

* Update leptonica homepage

* Update lft homepage

* Update liba52 homepage

* Update libbsd homepage

* Update libcap homepage

* Update libcap_ng homepage

* Update libcddb homepage

* Update libcec homepage

* Update libcom_err homepage

* Update libconfuse homepage

* Update libcroco homepage

* Update libcyrussasl homepage

* Update libdmraid homepage

* Update libdmx homepage

* Update libdrm homepage

* Update libdv homepage

* Update libefl homepage

* Update libemf homepage

* Update libevdev homepage

* Update libevent homepage

* Update libexiv2 homepage

* Update libfontenc homepage

* Update libfs homepage

* Update libgconf homepage

* Update libglade homepage

* Update libice homepage

* Update libinput homepage

* Update libmbedtls homepage

* Update libmediaart homepage

* Update libmediainfo homepage

* Update libmodplug homepage

* Update libmp3lame homepage

* Update libmypaint homepage

* Update libnotify homepage

* Update libofx homepage

* Update libpciaccess homepage

* Update libplist homepage

* Update libsm homepage

* Update libsmi homepage

* Update libssh2 homepage

* Update libstfl homepage

* Update libtirpc homepage

* Update libusbmuxd homepage

* Update libutempter homepage

* Update libvips homepage

* Update libvpx homepage

* Update libwnck homepage

* Update libx11 homepage

* Update libx265 homepage

* Update libxau homepage

* Update libxaw homepage

* Update libxcb homepage

* Update libxcomposite homepage

* Update libxcursor homepage

* Update libxdamage homepage

* Update libxdmcp homepage

* Update libxext homepage

* Update libxfixes homepage

* Update libxfont homepage

* Update libxfont2 homepage

* Update libxft homepage

* Update libxi homepage

* Update libxinerama homepage

* Update libxkbfile homepage

* Update libxmu homepage

* Update libxp homepage

* Update libxpm homepage

* Update libxrandr homepage

* Update libxrender homepage

* Update libxres homepage

* Update libxslt homepage

* Update libxt homepage

* Update libxtrans homepage

* Update libxv homepage

* Update libxvmc homepage

* Update libxxf86dga homepage

* Update libxxf86vm homepage

* Update llvm16_build homepage

* Update llvm17_build homepage

* Update llvm18_build homepage

* Update llvm_stage1 homepage

* Update lmdb homepage

* Update log4c homepage

* Update luajit_lgi homepage

* Update luajit_lpeg homepage

* Update lv2 homepage

* Update lvm2 homepage

* Update lxappearance homepage

* Update lz4 homepage
2024-07-10 19:51:48 -05:00
Ed Reel
f0beb44672 Libxext 1.3.4 => 1.3.6 (#9611) 2024-04-07 18:01:54 -04:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Satadru Pramanik, DO, MPH, MEng
e91463ec30 compiler rework (#8391)
* initial llvm16 rework

* update openmp

* start i686 builds

* fix getrealdeps grep with multiple exclusions

* fix crew conflicts handling _build packages, fix getrealdeps handling _build packages

* add more libs to gcc_lib

* update libssp

* add armv7 builds

* add builds

* suggested changes

* update rubocop
2023-06-15 10:22:41 -05:00
Satadru Pramanik, DO, MPH, MEng
d31b030d6b Repackaging of llvm into llvm_lib16 and llvm_dev16 (#8328)
* initial packaging of llvm_libs

* set version

* initial rework...

* rework...

* update llvm to 16.0.5

* update llvm package

* update llvm_build => 16.0.5

* update openmp

* update llvm deps

* update deps

* update libs,bin

* update llvm child packages

* cleanup

* update openmp package

* update llvm deps

* adjust gettext deps so openmp is no longer pulled in by core.

* rework openmp dep

* remove openmp from buildessential

* remove llvm_dev16 from buildessential

* only include llvm_lib16 in buildessential

* rebuild gettext to remove openmp dep

* adjust deps
2023-06-05 23:33:43 -05:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
Ed Reel
f26109c00e Symbols are not quoted (#5495) 2021-03-29 09:39:01 -04:00
saltedcoffii
531cf6031c Licensed libl* to lz* 2021-03-20 12:21:46 -04:00
Kevin Perkins
951925aeb8 Trim trailing whitespace in most files (#4946)
Co-authored-by: Ed Reel <edreel@gmail.com>
2021-01-20 17:58:34 -06:00
Ed Reel
3d477009ed Add pre-built binaries for packages f-p 2020-11-01 10:36:27 -06:00
satmandu
f0090bc7a4 Libxext Update to 1.3.4, use clang linker (#4455)
* Update to 1.3.4, use clang linker

* CREW_OPTIONS change
2020-10-23 09:53:34 -05:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
d4bf989bfc Remove extra lines and correct indentation 2018-03-12 14:23:13 -05:00
Ed Reel
501d0177e9 Add pre-built binaries for packages a-x 2018-03-12 13:59:35 -05:00
lovedheart
182695eca1 Update libxext.rb (#2014)
#1981
2018-03-11 16:16:57 -05:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Jan Baudisch
5016ec67c2 Add libxext 2017-08-07 09:18:07 +09:00