Search found 159 matches

Go to advanced search

by paffenholz
08 May 2023, 11:23
Forum: Installing polymake
Topic: Installing polymake on macOS 13.2.1: Can't find 'boot_Polymake__Ext' symbol
Replies: 2
Views: 8014

Re: Installing polymake on macOS 13.2.1: Can't find 'boot_Polymake__Ext' symbol

This error may be due to compiling for the wrong architecture. In the installation instructions this was fixed to x86_64 for Intel Macs). You may check your $HOME/.zshrc for the line ARCHFLAGS="-arch x86_64" and change it to ARCHFLAGS="-arch arm64" . Open a new terminal (or sourc...
by paffenholz
17 Apr 2023, 16:52
Forum: Installing polymake
Topic: Installing polymake on Mac OS
Replies: 1
Views: 7948

Re: Installing polymake on Mac OS

The homebrew formula is now updated for version 4.9 and should work on all Intel/M1 macs with Big Sur or above:

Code: Select all

brew tap apaffenholz/polymake brew install polymake
by paffenholz
17 Apr 2023, 16:51
Forum: Installing polymake
Topic: Installing Polymake on Mac OS Monterey (M1 chip) using rosetta
Replies: 3
Views: 8559

Re: Installing Polymake on Mac OS Monterey (M1 chip) using rosetta

The updated homebrew formula should work on all Macs (Intel/M1) with Big Sur or above. It has binaries for Intel/Big Sur, Intel/Monterey and M1/Ventura, on the other thre combinations it compiles from the sources:

Code: Select all

brew tap apaffenholz/polymake brew install polymake
by paffenholz
16 Feb 2023, 10:42
Forum: Installing polymake
Topic: Installing polymake on Mac OS
Replies: 1
Views: 7948

Installing polymake on Mac OS

Here is a quick update about installing polymake on Mac OS. polymake can be installed on all current versions (Big Sur, Monterey, Ventura). There is a binary build for Mac OS 11.3 on intel Macs here . We cannot provide binaries for Macs with M1 or newer OS versions (lack of hardware to build the bin...
by paffenholz
03 Feb 2023, 11:17
Forum: Helpdesk
Topic: Help installing polymake
Replies: 3
Views: 11008

Re: Help installing polymake

The missing gmp is a bit mysterious to me. Is brew installed at /usr/local/ (is there a folder /usr/local/Homebrew/)?
Is there a gmp.h at

Code: Select all

/usr/local/include/gmp.h
?

The bundles don't work on newer macs. We are in the process of creting new ones, but that will still take some time.

Best
Andreas
by paffenholz
30 Jan 2023, 15:51
Forum: Helpdesk
Topic: Help installing polymake
Replies: 3
Views: 11008

Re: Help installing polymake

I can't explain the first problem about decompressing the tar archive. Does your browser decompress automatically, but keep the file name? Anyway, you got the sources. The pages indeed haven't updated for a year now, but the general process should still be correct. From the second error I assume tha...
by paffenholz
11 Jan 2023, 23:41
Forum: Installing polymake
Topic: Installing on a MacBook Pro OS 13.1
Replies: 3
Views: 9363

Re: Installing on a MacBook Pro OS 13.1

It may help do remove the quarantine bit for polymake with sudo xattr -r -d com.apple.quarantine /Applications/polymake.app/ but I am pretty sure that the bundle for 11.3 will not work on 13.1 due to different perl versions and some other changes in the system. It certainly won't if you have a Mac w...
by paffenholz
05 Dec 2022, 09:33
Forum: Installing polymake
Topic: Installing Polymake on Mac OS Monterey (M1 chip) using rosetta
Replies: 3
Views: 8559

Re: Installing Polymake on Mac OS Monterey (M1 chip) using rosetta

Installing through command line: We do not have a Mac with an M1 or M2 processor, so we cannot test installation or precompile homebrew binaries for it. If you post the error messages you get we may give you some ideas how to solve them. Using the bundle: This is most likely a problem with access re...
by paffenholz
14 Feb 2022, 09:10
Forum: Installing polymake
Topic: Installing polymake with macOS12 Monterey
Replies: 3
Views: 9080

Re: Installing polymake with macOS12 Monterey

The error from flint would suggest that you actually build polymake on Big Sur, not on Monterey. But if it works this should be fine. The JSON-module is apparantly not found while configuring, but it is found at start. Those are installed at $HOME/perl5/lib/perl5:$HOME/perl5 and as you have probably...
by paffenholz
12 Feb 2022, 21:10
Forum: Installing polymake
Topic: Installing polymake with macOS12 Monterey
Replies: 3
Views: 9080

Re: Installing polymake with macOS12 Monterey

What happens if you try to start polymake? Does it print anything to the terminal? It seems that perl on Monterey does not provide the modules XML::SAX and Term::ReadKey. polymake needs both. It should state this again when you try to start the program, though. You can try to add the modules with cp...

Go to advanced search