confused with bottle naming and generated bottle files #1945
Unanswered
ipatch
asked this question in
Tap maintenance and brew development
Replies: 1 comment 1 reply
-
This is an convention from years ago (Homebrew/brew#4740), and the recommended practice still seems to be:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm updating the homebrew-freecad tap to use bottles hosted on github via github releases. for macos mojave i'm building these bottles locally on my personal machine. i'm running into some issues unknown to me where the bottles being generated with the below commands have two hyphens in them ie.
--
gives me the below files with the below names in my current directory,
then when i go to install
tbb@2020_u3
withbrew install tbb@2020_u3
the curl cmd in thebrew install
process is unable to locate the bottle file tar.gz from the github releases page. it seems to be looking for a file name ofi have not a clue why the
brew install
process would be looking for-
and not--
nor do i understand why thebrew install --build-bottle
andbrew bottle
process/commands are creating filenames with--
any and old help would be greatful 🙏
thanks
chris
Beta Was this translation helpful? Give feedback.
All reactions