Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:setuptools (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh6 # qemu-3-deps-vm.sh [--poweroff] OS_NAME [FEDORA_VERSION]
8 # --poweroff: Power off the VM after installing dependencies
14 set -eu
19 acl alpine-sdk attr autoconf automake bash build-bas
[all...]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml1 name: zfs-tests-sanity
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v2
14 - name: Install dependencies
16 sudo apt-get update
17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \
20 nfs-kernel-server samba rng-tools xz-utils \
21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \
22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \
23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dalways-pyzfs.m41 dnl # SPDX-License-Identifier: CDDL-1.0
3 dnl # ZFS_AC_PYTHON_MODULE(module_name, [action-if-true], [action-if-false])
6 dnl # https://www.gnu.org/software/autoconf-archive/ax_python_module.html
12 AS_IF([$PYTHON -c "import $1" 2>/dev/null], [
26 AS_HELP_STRING([--enable-pyzfs],
36 DEFINE_PYZFS='--with pyzfs'
38 DEFINE_PYZFS='--without pyzfs'
45 DEFINE_PYZFS='--without pyzfs'
54 AS_IF([test "x$ZFS_CONFIG" = xkernel -o "x$ZFS_CONFIG" = xsrpm ], [
63 AS_IF([test "x$enable_pyzfs" = xcheck -o "x$enable_pyzfs" = xyes], [
[all …]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol1 Source: openzfs-linux
4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 dh-sequence-dkms | dkms (>> 2.1.1.2-5),
8 libaio-dev,
9 libblkid-dev,
10 libcurl4-openssl-dev,
11 libelf-dev,
12 libpam0g-dev,
[all …]
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in32 %global _bashcompletiondir /usr/share/bash-completion
54 %global _presetdir %{_prefix}/lib/systemd/system-preset
58 %global _modulesloaddir %{_prefix}/lib/modules-load.d
62 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators
89 %define __python /usr/bin/python3
95 %define __python_sitelib %(%{__python} -Esc "
107 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0))")
117 Source0: %{name}-%{version}.tar.gz
118 BuildRoot: %{_tmppath}/%{name}-%{version}-
[all...]
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in32 %global _bashcompletiondir /usr/share/bash-completion
54 %global _presetdir %{_prefix}/lib/systemd/system-preset
58 %global _modulesloaddir %{_prefix}/lib/modules-load.d
62 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators
89 %define __python /usr/bin/python3
95 %define __python_sitelib %(%{__python} -Esc "
107 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0))")
117 Source0: %{name}-%{version}.tar.gz
118 BuildRoot: %{_tmppath}/%{name}-%{version}-
[all...]