Search Criteria
Package Details: apple-darwin-osxcross 325.16efae8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/apple-darwin-osxcross.git (read-only, click to copy) |
---|---|
Package Base: | apple-darwin-osxcross |
Description: | OS X cross toolchain for Linux, FreeBSD and NetBSD |
Upstream URL: | https://github.com/tpoechtrager/osxcross |
Licenses: | MIT |
Conflicts: | osxcross |
Provides: | osxcross |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-09 20:29 (UTC) |
Last Updated: | 2019-08-05 19:32 (UTC) |
Dependencies (10)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libc++ (libc++-msanAUR, libc++-modulesAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (optional) – Use Clang (rather than GCC)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (optional) – Link Time Optimization support and ld64 -bitcode_bundle support
- uuidAUR (optional) – ld64 -random_uuid support
- xarAUR (xar-tpoechtrage-gitAUR, osxcross-gitAUR) (optional) – ld64 -bitcode_bundle support
Latest Comments
« First ‹ Previous 1 2
Martchus commented on 2019-05-23 13:46 (UTC)
I honestly can't remember that I filed the request but maybe I have. The idea was likely to rename the package. But yes, that doesn't make too much sense because as you say - those are different packages (on for the latest release and one for the Git master).
Speaking of names: It would still make sense to use a consistent prefix for those cross-compilation packages. For instance Android packages use
android-$arch-
and mingw-w64 packages usemingw-w64-
. I propose to useapple-darwin-
for Mac OS but maybe you have a better suggestion.But I lost the motivation to work on Mac OS cross compilation anyways. I even managed to cross compile a static build of Qt 5 and link my own applications against it. However, I have no Mac OS system to debug runtime issues so the effort was quite pointless after all.
I merely got some experience and came to the conclusion that the packaging still needs to be improved to be useful: https://github.com/Martchus/PKGBUILDs/issues/44#issuecomment-351698312
emersion commented on 2019-05-23 13:29 (UTC)
Hi,
You filled a merge request for osxcross-git. Sorry, this isn't how it works: creating a new package and requesting the deletion of the same one is not productive. Instead send patches there to improve the PKGBUILD.
Additionally, this isn't a -git package. Both packages (pinned and -git) are useful, merging those won't allow users to track the Git repo anymore.
net147 commented on 2018-07-24 11:37 (UTC) (edited on 2018-07-24 11:37 (UTC) by net147)
$ makepkg
==> ERROR: optdepends contains invalid characters: '>='
Martchus commented on 2017-08-11 14:13 (UTC)
« First ‹ Previous 1 2