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

Issue installing on Macbook pro #86

Open
ashokkhatri1 opened this issue Mar 8, 2023 · 0 comments
Open

Issue installing on Macbook pro #86

ashokkhatri1 opened this issue Mar 8, 2023 · 0 comments

Comments

@ashokkhatri1
Copy link

MacBook Pro (14-inch, 2021) Apple M1 Pro MacOS Monterey Version 12.6.2

When I try to install this using brew install I get this error
`brew install coin-or-tools/coinor/symphony

==> Fetching dependencies for coin-or-tools/coinor/symphony: xz, zstd and coin-or-tools/coinor/dylp
==> Fetching xz
==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:3908f1a9e36d68a
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Fetching zstd
==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.4
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:6de68b55a5336
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Fetching coin-or-tools/coinor/dylp
==> Downloading https:/coin-or/DyLP/archive/refs/tags/releases/1.10.
Already downloaded: /Users/KhatriA/Library/Caches/Homebrew/downloads/a59ec445aa03612060969fa16d2fbd67876499140d9648a2895054ea3cbb7608--DyLP-releases-1.10.4.tar.gz
==> Fetching coin-or-tools/coinor/symphony
==> Downloading https:/coin-or/SYMPHONY/archive/refs/tags/releases/5
Already downloaded: /Users/KhatriA/Library/Caches/Homebrew/downloads/5149ab50cfff79d0cd4f9c9925a76f59c39acf86ded07a89451977f7aa0d58af--SYMPHONY-releases-5.6.18.tar.gz
==> Installing symphony from coin-or-tools/coinor
==> Installing dependencies for coin-or-tools/coinor/symphony: xz, zstd and coin-or-tools/coinor/dylp
==> Installing coin-or-tools/coinor/symphony dependency: xz
==> Pouring xz--5.4.1.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/xz/5.4.1: 95 files, 1.7MB
==> Installing coin-or-tools/coinor/symphony dependency: zstd
==> Pouring zstd--1.5.4.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/zstd/1.5.4: 31 files, 2.3MB
==> Installing coin-or-tools/coinor/symphony dependency: coin-or-tools/coin
==> ./configure --prefix=/opt/homebrew/Cellar/dylp/1.10.4_1 --datadir=/opt/homeb
==> make
Last 15 lines from /Users/KhatriA/Library/Logs/Homebrew/dylp/02.make:
mkdir .libs/libDylp.lax
rm -fr .libs/libDylp.lax/libDylpStdLib.a
mkdir .libs/libDylp.lax/libDylpStdLib.a
Extracting /private/tmp/dylp-20230307-41274-1lgmrqt/DyLP-releases-1.10.4/DyLP/src/Dylp/../DylpStdLib/.libs/libDylpStdLib.a
(cd .libs/libDylp.lax/libDylpStdLib.a && ar x /private/tmp/dylp-20230307-41274-1lgmrqt/DyLP-releases-1.10.4/DyLP/src/Dylp/../DylpStdLib/.libs/libDylpStdLib.a)
clang -dynamiclib -single_module -o .libs/libDylp.1.9.4.dylib .libs/dy_consys_io.o .libs/dy_consys_mathutils.o .libs/dy_consys_scaling.o .libs/dy_consys_utils.o .libs/dy_basis.o .libs/dy_bound.o .libs/dy_cmdint.o .libs/dy_coldstart.o .libs/dy_conmgmt.o .libs/dy_dual.o .libs/dy_dualmultipivot.o .libs/dy_dualpivot.o .libs/dy_duenna.o .libs/dy_force.o .libs/dy_hotstart.o .libs/dylp.o .libs/dylp_io.o .libs/dylp_utils.o .libs/dy_options.o .libs/dy_penalty.o .libs/dy_pivreject.o .libs/dy_primal.o .libs/dy_primalmultipivot.o .libs/dy_primalpivot.o .libs/dy_rays.o .libs/dy_scaling.o .libs/dy_setup.o .libs/dy_solutions.o .libs/dy_statistics.o .libs/dy_tableau.o .libs/dy_varmgmt.o .libs/dy_warmstart.o .libs/glpinv.o .libs/glplib1.o .libs/glplib2.o .libs/glplib3.o .libs/glplib4.o .libs/glpluf.o .libs/dy_vector_utils.o .libs/libDylp.lax/libDylpStdLib.a/dylib_bnfrdr.o .libs/libDylp.lax/libDylpStdLib.a/dylib_strrtns.o .libs/libDylp.lax/libDylpStdLib.a/dylib_errs.o .libs/libDylp.lax/libDylpStdLib.a/dylib_bnfrdrio.o .libs/libDylp.lax/libDylpStdLib.a/dylib_littab.o .libs/libDylp.lax/libDylpStdLib.a/dylib_binsrch.o .libs/libDylp.lax/libDylpStdLib.a/dylib_hash.o .libs/libDylp.lax/libDylpStdLib.a/dylib_io.o -lm -install_name /opt/homebrew/Cellar/dylp/1.10.4_1/lib/libDylp.1.dylib -compatibility_version 11 -current_version 11.4
Undefined symbols for architecture arm64:
"_unavailable", referenced from:
_consys_create in dy_consys_utils.o
_dy_ctlopt in dy_options.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libDylp.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https:/coin-or-tools/homebrew-coinor/issues`

Any ideas how to resolve this

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

No branches or pull requests

1 participant