diff options
| author | Christoph Willing <chris.willing@linux.com> | 2025-06-23 21:43:08 +1000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-05 09:09:17 +0700 |
| commit | 6317efe8373ab41223baaf05ecaf054fe51c84ce (patch) | |
| tree | 9f68301080bc9d772fbc9684af6a3c719072f2ac /python/pybind11/pybind11.SlackBuild | |
| parent | 451112f7153f9fe51f30a9a9031c42ed7544d47f (diff) | |
python/pybind11: Explain version freeze
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pybind11/pybind11.SlackBuild')
| -rw-r--r-- | python/pybind11/pybind11.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild index 8c2162a6e8..7e5113c3af 100644 --- a/python/pybind11/pybind11.SlackBuild +++ b/python/pybind11/pybind11.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pybind11 -# Copyright 2019-2023 Christoph Willing, Brisbane, Australia +# Copyright 2019-2025 Christoph Willing, Sydney Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -50,16 +50,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e |
