Re: [VOLK] Release v2.4.1

2020-12-22 Thread Cinaed Simson

Hi Ron - that worked - thanks!

-- Cinaed

On 12/21/20 4:51 PM, Ron Economos wrote:
It's a submodule, so "git pull" gives you the latest submodule 
pointer, not the latest commit.


To get the latest:

cd gnuradio/volk

git checkout v2.4.1

git submodule update --init

Ron

On 12/21/20 16:33, Cinaed Simson wrote:

Hi Johannes - I'm running gnuradio 3.8.2.0.

I did a

  git pull

in the source for gnuradio, rebuilt and -re-installed gnuradio.

When I run

   volk-config-info -v

it returns 2.0.

Did I mess up some where?

-- Cinaed

On 12/17/20 8:59 AM, Johannes Demel wrote:

Hi everyone!

We have a new VOLK bugfix release! We are happy to announce VOLK 
v2.4.1! We want to thank all contributors. This release wouldn't 
have been possible without them.


Our v2.4.0 release introduced quite a lot of changes under the hood. 
With this bugfix release, we want to make sure that everything works 
as expected again.


You can find the release news on 
[libvolk.org](https://www.libvolk.org/category/news.html)


### Contributors

* A. Maitland Bottoms 
* Johannes Demel 
* Michael Dickens 
* Philip Balister 
* Ron Economos 
* Ryan Volz 


### Changes

* Build
    - cpu_features CMake option
    - Add cpu_features to static library build.
    - Use static liborc-0.4 library for static library build.
    - cmake: Detect if cpu_features submodule is present.

* Install
    - Check for lib64 versus lib and set LIB_SUFFIX accordingly.

* CI
    - Add CI test for static library build.

* Releases
    - project: Include git submodules (i.e. cpu_features) in release 
tarball.

    - scripts: Add GPG signature to release script

* Other
    - readme: Update TravisCI status badge











Re: [VOLK] Release v2.4.1

2020-12-21 Thread Ron Economos
It's a submodule, so "git pull" gives you the latest submodule pointer, 
not the latest commit.


To get the latest:

cd gnuradio/volk

git checkout v2.4.1

git submodule update --init

Ron

On 12/21/20 16:33, Cinaed Simson wrote:

Hi Johannes - I'm running gnuradio 3.8.2.0.

I did a

  git pull

in the source for gnuradio, rebuilt and -re-installed gnuradio.

When I run

   volk-config-info -v

it returns 2.0.

Did I mess up some where?

-- Cinaed

On 12/17/20 8:59 AM, Johannes Demel wrote:

Hi everyone!

We have a new VOLK bugfix release! We are happy to announce VOLK 
v2.4.1! We want to thank all contributors. This release wouldn't have 
been possible without them.


Our v2.4.0 release introduced quite a lot of changes under the hood. 
With this bugfix release, we want to make sure that everything works 
as expected again.


You can find the release news on 
[libvolk.org](https://www.libvolk.org/category/news.html)


### Contributors

* A. Maitland Bottoms 
* Johannes Demel 
* Michael Dickens 
* Philip Balister 
* Ron Economos 
* Ryan Volz 


### Changes

* Build
    - cpu_features CMake option
    - Add cpu_features to static library build.
    - Use static liborc-0.4 library for static library build.
    - cmake: Detect if cpu_features submodule is present.

* Install
    - Check for lib64 versus lib and set LIB_SUFFIX accordingly.

* CI
    - Add CI test for static library build.

* Releases
    - project: Include git submodules (i.e. cpu_features) in release 
tarball.

    - scripts: Add GPG signature to release script

* Other
    - readme: Update TravisCI status badge








Re: [VOLK] Release v2.4.1

2020-12-21 Thread Cinaed Simson

Hi Johannes - I'm running gnuradio 3.8.2.0.

I did a

  git pull

in the source for gnuradio, rebuilt and -re-installed gnuradio.

When I run

   volk-config-info -v

it returns 2.0.

Did I mess up some where?

-- Cinaed

On 12/17/20 8:59 AM, Johannes Demel wrote:

Hi everyone!

We have a new VOLK bugfix release! We are happy to announce VOLK 
v2.4.1! We want to thank all contributors. This release wouldn't have 
been possible without them.


Our v2.4.0 release introduced quite a lot of changes under the hood. 
With this bugfix release, we want to make sure that everything works 
as expected again.


You can find the release news on 
[libvolk.org](https://www.libvolk.org/category/news.html)


### Contributors

* A. Maitland Bottoms 
* Johannes Demel 
* Michael Dickens 
* Philip Balister 
* Ron Economos 
* Ryan Volz 


### Changes

* Build
    - cpu_features CMake option
    - Add cpu_features to static library build.
    - Use static liborc-0.4 library for static library build.
    - cmake: Detect if cpu_features submodule is present.

* Install
    - Check for lib64 versus lib and set LIB_SUFFIX accordingly.

* CI
    - Add CI test for static library build.

* Releases
    - project: Include git submodules (i.e. cpu_features) in release 
tarball.

    - scripts: Add GPG signature to release script

* Other
    - readme: Update TravisCI status badge






[VOLK] Release v2.4.1

2020-12-17 Thread Johannes Demel

Hi everyone!

We have a new VOLK bugfix release! We are happy to announce VOLK v2.4.1! 
We want to thank all contributors. This release wouldn't have been 
possible without them.


Our v2.4.0 release introduced quite a lot of changes under the hood. 
With this bugfix release, we want to make sure that everything works as 
expected again.


You can find the release news on 
[libvolk.org](https://www.libvolk.org/category/news.html)


### Contributors

* A. Maitland Bottoms 
* Johannes Demel 
* Michael Dickens 
* Philip Balister 
* Ron Economos 
* Ryan Volz 


### Changes

* Build
- cpu_features CMake option
- Add cpu_features to static library build.
- Use static liborc-0.4 library for static library build.
- cmake: Detect if cpu_features submodule is present.

* Install
- Check for lib64 versus lib and set LIB_SUFFIX accordingly.

* CI
- Add CI test for static library build.

* Releases
- project: Include git submodules (i.e. cpu_features) in release 
tarball.

- scripts: Add GPG signature to release script

* Other
- readme: Update TravisCI status badge