Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0 #63

Merged
merged 2 commits into from
Mar 4, 2024
Merged

v0.2.0 #63

merged 2 commits into from
Mar 4, 2024

Conversation

freedmand
Copy link
Contributor

  • build.zig: enable headerpad_max_install_names on MacOs

Fixes error during packing on MacOS with Homebrew: Error: Failed changing dylib ID of /usr/local/Cellar/fastfec/0.1.9/lib/libfastfec.dylib
from @rpath/libfastfec.dylib
to /usr/local/opt/fastfec/lib/libfastfec.dylib
Error: Failed to fix install linkage

and

Error: Failed changing install name in /opt/homebrew/Cellar/fastfec/0.1.9/bin/fastfec
from /opt/homebrew/opt/pcre/lib/libpcre.1.dylib
to @@HOMEBREW_PREFIX@@/opt/pcre/lib/libpcre.1.dylib

See ziglang/zig#13388, where this is inspired from

  • Updated for changes to zig build system in version 11

  • add back preferred optimize mode

  • change wasm os target to freestanding to fix missing main symbol error

  • feat: update zig version in github actions workflows

  • chore: remove jira ticket from template

  • chore: std=gnu99

  • chore: unistd for isatty

  • chore: include unistd always

  • chore: pin python version, update wheel

  • chore: attempt to fix python wheel

  • chore: remove reproducible wheel

  • chore: os-specific python setup

  • chore: log lib

  • chore: blanket ls

  • chore: zig cache ls

  • chore: add verbosity

  • fix: update zig in requirements-dev

  • chore: zig 0.11.0 everywhere else

  • chore: revert setup change

  • chore: remove test cmds from workflow

  • chore: 3.11


Description

Information about what you changed for this PR

Test Steps

After Screenshot(s)

Before Screenshot(s)

* build.zig: enable headerpad_max_install_names on MacOs

Fixes error during packing on MacOS with Homebrew:
Error: Failed changing dylib ID of /usr/local/Cellar/fastfec/0.1.9/lib/libfastfec.dylib
  from @rpath/libfastfec.dylib
    to /usr/local/opt/fastfec/lib/libfastfec.dylib
Error: Failed to fix install linkage

and

  Error: Failed changing install name in /opt/homebrew/Cellar/fastfec/0.1.9/bin/fastfec
    from /opt/homebrew/opt/pcre/lib/libpcre.1.dylib
      to @@HOMEBREW_PREFIX@@/opt/pcre/lib/libpcre.1.dylib

See ziglang/zig#13388, where this is inspired from

* Updated for changes to zig build system in version 11

* add back preferred optimize mode

* change wasm os target to freestanding to fix missing main symbol error

* feat: update zig version in github actions workflows

* chore: remove jira ticket from template

* chore: std=gnu99

* chore: unistd for isatty

* chore: include unistd always

* chore: pin python version, update wheel

* chore: attempt to fix python wheel

* chore: remove reproducible wheel

* chore: os-specific python setup

* chore: log lib

* chore: blanket ls

* chore: zig cache ls

* chore: add verbosity

* fix: update zig in requirements-dev

* chore: zig 0.11.0 everywhere else

* chore: revert setup change

* chore: remove test cmds from workflow

* chore: 3.11

---------

Co-authored-by: Michka Popoff <[email protected]>
Co-authored-by: James Christensen <[email protected]>
@freedmand freedmand requested a review from a team as a code owner March 4, 2024 16:58
@freedmand freedmand changed the title feat: main release feat: main release 0.2.0 Mar 4, 2024
@freedmand freedmand changed the title feat: main release 0.2.0 v0.2.0 Mar 4, 2024
@freedmand freedmand merged commit 012f0be into main Mar 4, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant