Marcus Calhoun-Lopez
Marcus Calhoun-Lopez
There are parts of the build system that do not respect the `-arch` flag unless CFLAGS and LDFLAGS are set in the build phase. Also ensure Python is run as...
Setting the local prefix to the MacPorts `${prefix}` does little good since the sysroot is prepended. The same reasoning applies to the default value of `/usr/local`. Therefore, do not set...
Automatically Tuned Linear Algebra Software (ATLAS) also installs a header file clapack.h. If installed, the ATLAS header file is easily found instead of the NGSolve version.
On older versions of macOS (e.g. OS X El Capitan), even though "macosxfake" is not a valid SDK, `env DEVELOPER_DIR="/Library/Developer/CommandLineTools" /usr/bin/xcrun --show-sdk-path --sdk macosxfake` has zero exit value but outputs...
In `for (const auto &i: std::vector) {`, `i` is proxy for bool and not a bool. See https://en.cppreference.com/w/cpp/container/vector_bool/reference
E.g., ensure -DOPENGL when building libsrc/visualization/vssolution.cpp
**Is your feature request related to a problem? Please describe.** The [MacPorts](http://macports.org) project builds zstd using [make](https://github.com/macports/macports-ports/blob/master/archivers/zstd/Portfile). There are [various reasons](https://lists.macports.org/pipermail/macports-dev/2023-May/045008.html), not the least of which is that, according to...
see https://github.com/rust-lang/rust/issues/43347 fixes https://trac.macports.org/ticket/68015
#### Description ###### Type(s) - [ ] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS x.y Xcode x.y / Command Line Tools x.y.z ###### Verification...