Skip to content

Commit

Permalink
libpressio version 0.66.2
Browse files Browse the repository at this point in the history
Bug Fixes

+ resolve some missing and additional includes that caused build
  failures with libc++ and MacOS.
  • Loading branch information
robertu94 committed Jun 4, 2021
1 parent 6515a71 commit 9cbe040
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(libpressio VERSION "0.66.1" LANGUAGES CXX C)
project(libpressio VERSION "0.66.2" LANGUAGES CXX C)

#correct was to set a default build type
# https://blog.kitware.com/cmake-and-the-default-build-type/
Expand Down
3 changes: 0 additions & 3 deletions include/libpressio_ext/cpp/subgroup_manager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef LIBPRESSSIO_SUBGROUP_MANAGER
#define LIBPRESSSIO_SUBGROUP_MANAGER
#include "configurable.h"
#include "libdistributed/libdistributed_work_queue.h"
#include "std_compat/memory.h"
#include "std_compat/span.h"
#include "libpressio_ext/cpp/compressor.h"
Expand All @@ -12,8 +11,6 @@
#include "pressio_data.h"
#include "pressio_options.h"
#include <cstddef>
#include <libdistributed_task_manager.h>
#include <libdistributed_work_queue_options.h>
#include <libpressio_ext/cpp/distributed_manager.h>
#include <libpressio_ext/cpp/serializable.h>
#include <memory>
Expand Down
1 change: 0 additions & 1 deletion src/plugins/compressors/many_independent_threaded.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "libdistributed/libdistributed_work_queue.h"
#include "std_compat/memory.h"
#include "libpressio_ext/cpp/compressor.h"
#include "libpressio_ext/cpp/data.h"
Expand Down
1 change: 1 addition & 0 deletions src/plugins/io/numpy.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <vector>
#include <regex>
#include <fstream>
#include <sstream>
#include <sys/stat.h>
#include "pressio_data.h"
#include "pressio_compressor.h"
Expand Down

0 comments on commit 9cbe040

Please sign in to comment.