Erweiterte Suche

15 Suchergebnisse

Seite 2 von 15 Suchergebnisse

  • Linux / OBS
    Angabe von Source: in spec wenn Source auf Git liegt?
    z.B.: Source: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz ...
  • Linux / OBS
    GCC6: fatal error: stdlib.h: No such file or directory
    If you have at build something like: /usr/include/c++/6.0.0/cstdlib:75:25: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> Then insert QMAKE_DEFAULT_INCDIRS= in ...
  • Linux / OBS
    How to detect Leap and his version?
    RPM macros for SLE12 and openSUSE:Leap   SLE12:GA SLE12:SP1 SLE12:SP2 Leap 42.1 Leap 42.2 Tumbleweed suse_version 1315 1315 1315 1315 1315 1330 sle_version 120000 120100 120200 120100 120200 undefined is_opensuse undefined undefined undefined 1 1 1   In der spec am Anfang folgendes einfügen: # Is Leap and what version?%if 0%{?suse_version} ...
  • Linux
    Nextcloud und Onlyoffice mit Docker.
    Installing Document Server for Docker on a local server Document Serverv.5.4 Document Server changelog local server server version install server solution Document Server Docker version Introduction Document Server ...
  • Linux / OBS
    Cython < 3
    Entweder: BuildRequires: %{python_module Cython0} besser: BuildRequires: %{python_module Cython >= 0.29 with %python-Cython < 3} ...