You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
both the freecad@1.0.0_py312.rb and the freecad@1.0.0_py312_qt6.rb do not identify the reversion of freecad installed when one installs freecad using brew install freecad whereas on my arch linux box the freecad package provided by arch linux properly reports the revision of freecad used to build and install freecad. below is a little output from a terminal session further explaining the issue.
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ exec fish
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ which freecad
/home/capin/homebrew/bin/freecad
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ which freecadcmd
/home/capin/homebrew/bin/freecadcmd
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ type -a freecadcmd
freecadcmd is /home/capin/homebrew/bin/freecadcmd
freecadcmd is /usr/bin/freecadcmd
freecadcmd is /bin/freecadcmd
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ type -a freecadcmd --version
type: --version: unknown option
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ freecadcmd --version
FreeCAD 1.0.0 Revision: Unknown
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ /bin/freecadcmd --version
FreeCAD 1.0.0 Revision: 39109 (Git)
The text was updated successfully, but these errors were encountered:
both the
freecad@1.0.0_py312.rb
and thefreecad@1.0.0_py312_qt6.rb
do not identify the reversion of freecad installed when one installs freecad usingbrew install freecad
whereas on my arch linux box the freecad package provided by arch linux properly reports the revision of freecad used to build and install freecad. below is a little output from a terminal session further explaining the issue.The text was updated successfully, but these errors were encountered: