Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
b4604305
Commit
b4604305
authored
Sep 23, 2021
by
Baptiste Esteban
Browse files
Cleaning branch
parent
931a56e1
Pipeline
#30258
passed with stage
in 17 minutes and 56 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
conanfile.py
View file @
b4604305
...
@@ -23,7 +23,6 @@ class Pylene(ConanFile):
...
@@ -23,7 +23,6 @@ class Pylene(ConanFile):
exports_sources
=
[
"pylene/*"
,
"pylene-python/*"
,
"cmake/*"
,
"CMakeLists.txt"
,
"LICENSE"
]
exports_sources
=
[
"pylene/*"
,
"pylene-python/*"
,
"cmake/*"
,
"CMakeLists.txt"
,
"LICENSE"
]
build_requires
=
[
build_requires
=
[
#"gtest/[>=1.10]",
"gtest/1.10.0"
,
"gtest/1.10.0"
,
"benchmark/[>=1.5.0]"
,
"benchmark/[>=1.5.0]"
,
]
]
...
...
pylene/src/io/imread.cpp
View file @
b4604305
#include <mln/io/imread.hpp>
#include <mln/io/imread.hpp>
#include <mln/core/image/ndbuffer_image.hpp>
#include <mln/core/image/ndbuffer_image.hpp>
#include <mln/io/private/cfitsio_plugin.hpp>
#include <mln/io/private/freeimage_plugin.hpp>
#include <mln/io/private/freeimage_plugin.hpp>
#include <mln/io/private/io.hpp>
#include <mln/io/private/io.hpp>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment