Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima-camera-andor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima-camera-andor
Commits
63ed7fdf
Commit
63ed7fdf
authored
Dec 21, 2018
by
Samuel Debionne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conda recipe
parent
d39db95e
Pipeline
#7468
passed with stages
in 4 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
conda/camera/bld.bat
conda/camera/bld.bat
+1
-1
conda/camera/build.sh
conda/camera/build.sh
+1
-1
No files found.
conda/camera/bld.bat
View file @
63ed7fdf
cmake
-Bbuild -H
.
-G
"
%CMAKE_GENERATOR%
"
-D
CAMER
A
_ENABLE_PYTHON
=
1
-DCAMERA
_ENABLE_TESTS
=
1
-DCMAKE
_INSTALL_PREFIX
=
%LIBRARY_PREFIX%
-DPYTHON
_SITE_PACKAGES_DIR
=
%SP_DIR%
-DCMAKE
_FIND_ROOT_PATH
=
%LIBRARY_PREFIX%
cmake
-Bbuild -H
.
-G
"
%CMAKE_GENERATOR%
"
-D
LIM
A
_ENABLE_PYTHON
=
1
-DCAMERA
_ENABLE_TESTS
=
1
-DCMAKE
_INSTALL_PREFIX
=
%LIBRARY_PREFIX%
-DPYTHON
_SITE_PACKAGES_DIR
=
%SP_DIR%
-DCMAKE
_FIND_ROOT_PATH
=
%LIBRARY_PREFIX%
IF
%ERRORLEVEL%
NEQ
0
exit
/b
%ERRORLEVEL%
cmake
-
-build
build
-
-config
Release
-
-target
install
...
...
conda/camera/build.sh
View file @
63ed7fdf
#!/bin/bash
cmake
-Bbuild
-H
.
-D
CAMER
A_ENABLE_PYTHON
=
1
-DCAMERA_ENABLE_TESTS
=
1
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DPYTHON_SITE_PACKAGES_DIR
=
$SP_DIR
-DCMAKE_FIND_ROOT_PATH
=
$PREFIX
cmake
-Bbuild
-H
.
-D
LIM
A_ENABLE_PYTHON
=
1
-DCAMERA_ENABLE_TESTS
=
1
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DPYTHON_SITE_PACKAGES_DIR
=
$SP_DIR
-DCMAKE_FIND_ROOT_PATH
=
$PREFIX
cmake
--build
build
--target
install
Write
Preview
Markdown
is supported
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