Skip to content

Commit 014fc23

Browse files
committed
libpressio version 0.53.1
bug fix - remove unneeded reference to zfp/types.h
1 parent c58f9f1 commit 014fc23

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
2-
project(libpressio VERSION "0.53.0" LANGUAGES CXX C)
2+
project(libpressio VERSION "0.53.1" LANGUAGES CXX C)
33

44
#correct was to set a default build type
55
# https://blog.kitware.com/cmake-and-the-default-build-type/

COPYRIGHT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright © 2020 , UChicago Argonne, LLC
22
All Rights Reserved
3-
[libpressio, Version 0.53.0]
3+
[libpressio, Version 0.53.1]
44
Robert Underwood
55
Argonne National Laboratory
66

include/libpressio_ext/cpp/printers.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <iterator>
77
#include <string>
88
#include <ostream>
9-
#include <zfp/types.h>
109
#include "options.h"
1110
#include "data.h"
1211
#include "pressio_dtype.h"

0 commit comments

Comments
 (0)