Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-Launcher
Commits
82dd4bc2
Commit
82dd4bc2
authored
Mar 22, 2022
by
Alejandro Homs Puron
Committed by
Generic Bliss account for Control Software
Mar 22, 2022
Browse files
Merge branch 'conda' into 'master'
parents
d7f09542
c6b58032
Changes
3
Hide whitespace changes
Inline
Side-by-side
conda/build.sh
0 → 100644
View file @
82dd4bc2
#!/bin/bash
cmake
-Bbuild
-H
.
-G
"Ninja"
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DCMAKE_FIND_ROOT_PATH
=
$PREFIX
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE
=
ONLY
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY
=
ONLY
cmake
--build
build
--target
install
conda/conda_build_config.yaml
0 → 100644
View file @
82dd4bc2
python
:
-
3.7
-
3.8
conda/meta.yaml
0 → 100644
View file @
82dd4bc2
# Strip the 'v' from the version tag
{
%
if GIT_DESCRIBE_TAG is defined %
}
{
%
set version = GIT_DESCRIBE_TAG
[
1
:]
%
}
{
%
else %
}
{
%
set version = "0.0.0" %
}
{
%
endif %
}
package
:
name
:
lima-launcher
version
:
{{
version
}}
source
:
path
:
..
build
:
number
:
1
requirements
:
host
:
-
python {{ python }}
build
:
-
cmake >=3.16
-
ninja
-
{{
compiler('cxx')
}}
run
:
-
python {{ python }}
-
pytango
about
:
home
:
http://www.esrf.fr/
license
:
Boost
license_family
:
BSD
summary
:
LImA is a library for unified control of 2D detectors
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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