apothecary icon indicating copy to clipboard operation
apothecary copied to clipboard

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.

Results 50 apothecary issues
Sort by recently updated
recently updated
newest added

I've finally got some time to try bleeding out. found some issues in xcode when using addons: ofxAssimpModelLoader, ofxSvg using VSCode / Make shows some other errors, maybe it is...

Need to find a replacement for ``` uses: johnwbyrd/[email protected] ``` ``` build-macos-platforms (3)Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: johnwbyrd/[email protected]. For more information...

enhancement

I think I found a solution for Emscriptens freetype lib. But not sure how to change this script accordingly: https://github.com/openframeworks/apothecary/blob/bleeding/apothecary/formulas/freetype/freetype.sh I downloaded the latest freetype: https://github.com/freetype/freetype And compiled it like...

Looks like we need Apple Developer / Distribution Signing @ofTheo https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle This is only required for when using **Multiplatform Target** it seems however best to get this sorted now! -...

enhancement

it would be great to update glfw to 3.4 in bleeding (and nightly) thanks

VS2022 Host Compiler Support LLVM Clang - Toolchain (WIP) ![image](https://github.com/openframeworks/apothecary/assets/830748/202c2a08-8a63-49ff-aea2-fcc7b7fdd6a6) Figure 1: https://www.reddit.com/r/cpp/comments/100vctp/msvc_vs_clang_performance_has_anyone_tested/ Update scripts to show Multithread Type Variant builds for MSVC (CRT/MD/MT) With VS 2022 comes significant gains...

Updates https://github.com/openframeworks/apothecary/pull/167 with workflow To allow: https://github.com/openframeworks/openFrameworks/pull/6643

Only happens with XCode and using install_latest_libs.sh using install_libs.sh seems to fix the issue

poco needs updates because, whoever built it, linked against the wrong libcrypto https://github.com/openframeworks/apothecary/blob/master/apothecary/formulas/poco/buildwin.cmd

enhancement