Explorar el Código

Bump SDRAngel dependencies versions.

tags/v4.0.0-refresh.1
Luigi Cruz hace 3 años
padre
commit
8c599f843c
Se han modificado 6 ficheros con 4 adiciones y 72 borrados
  1. +0
    -17
      builder/stage4/12-pisdr-plutosdr/00-run.sh
  2. +0
    -17
      builder/stage4/12-pisdr-plutosdr/01-run.sh
  3. +0
    -17
      builder/stage4/12-pisdr-plutosdr/02-run.sh
  4. +0
    -17
      builder/stage4/12-pisdr-plutosdr/03-run.sh
  5. +2
    -2
      builder/stage4/16-pisdr-sdrangel/00-run.sh
  6. +2
    -2
      builder/stage4/16-pisdr-sdrangel/03-run.sh

+ 0
- 17
builder/stage4/12-pisdr-plutosdr/00-run.sh Ver fichero

@@ -1,17 +0,0 @@
#!/bin/bash -e

on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PlutoSDR"
cd "/home/${FIRST_USER_NAME}/PlutoSDR"

if [ ! -d "libiio" ]; then
git clone https://github.com/analogdevicesinc/libiio
fi

cd libiio
mkdir -p build
cd build
cmake ../ -DINSTALL_UDEV_RULE=ON
make -j$(nproc) install
ldconfig
EOF

+ 0
- 17
builder/stage4/12-pisdr-plutosdr/01-run.sh Ver fichero

@@ -1,17 +0,0 @@
#!/bin/bash -e

on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PlutoSDR"
cd "/home/${FIRST_USER_NAME}/PlutoSDR"

if [ ! -d "libad9361-iio" ]; then
git clone https://github.com/analogdevicesinc/libad9361-iio
fi

cd libad9361-iio
mkdir -p build
cd build
cmake ../ -DINSTALL_UDEV_RULE=ON
make -j$(nproc) install
ldconfig
EOF

+ 0
- 17
builder/stage4/12-pisdr-plutosdr/02-run.sh Ver fichero

@@ -1,17 +0,0 @@
#!/bin/bash -e

on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PlutoSDR"
cd "/home/${FIRST_USER_NAME}/PlutoSDR"

if [ ! -d "gr-iio" ]; then
git clone https://github.com/analogdevicesinc/gr-iio
fi

cd gr-iio
mkdir -p build
cd build
cmake ../ -DINSTALL_UDEV_RULE=ON
make -j$(nproc) install
ldconfig
EOF

+ 0
- 17
builder/stage4/12-pisdr-plutosdr/03-run.sh Ver fichero

@@ -1,17 +0,0 @@
#!/bin/bash -e

on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PlutoSDR"
cd "/home/${FIRST_USER_NAME}/PlutoSDR"

if [ ! -d "SoapyPlutoSDR" ]; then
git clone https://github.com/pothosware/SoapyPlutoSDR.git
fi

cd SoapyPlutoSDR
mkdir -p build
cd build
cmake -DCMAKE_CXX_FLAGS=-latomic ../
make -j$(nproc) install
ldconfig
EOF

+ 2
- 2
builder/stage4/16-pisdr-sdrangel/00-run.sh Ver fichero

@@ -9,10 +9,10 @@ if [ ! -d "cm256cc" ]; then
fi

cd cm256cc
git reset --hard f21e8bc1e9afdb0b28672743dcec111aec1d32d9
git reset --hard c0e92b92aca3d1d36c990b642b937c64d363c559
mkdir -p build
cd build
cmake ../
make -j$(nproc) install
ldconfig
EOF
EOF

+ 2
- 2
builder/stage4/16-pisdr-sdrangel/03-run.sh Ver fichero

@@ -9,10 +9,10 @@ if [ ! -d "dsdcc" ]; then
fi

cd dsdcc
git reset --hard "v1.8.6"
git reset --hard "v1.9.0"
mkdir -p build
cd build
cmake -DUSE_MBELIB=ON ../
make -j$(nproc) install
ldconfig
EOF
EOF

Cargando…
Cancelar
Guardar