Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
conda-recipes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bliss
conda-recipes
Commits
bd873067
Commit
bd873067
authored
Jun 23, 2017
by
Vincent Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add omniorb recipi
parents
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
0 deletions
+54
-0
omniorb/build.sh
omniorb/build.sh
+5
-0
omniorb/echo.idl
omniorb/echo.idl
+8
-0
omniorb/meta.yaml
omniorb/meta.yaml
+41
-0
No files found.
omniorb/build.sh
0 → 100644
View file @
bd873067
export
CC
=
${
PREFIX
}
/bin/gcc
export
CXX
=
${
PREFIX
}
/bin/g++
./configure
--prefix
=
$PREFIX
make
make
install
omniorb/echo.idl
0 → 100644
View file @
bd873067
#
ifndef
__ECHO_IDL__
#
define
__ECHO_IDL__
interface
Echo
{
string
echoString
(
in
string
mesg
)
;
}
;
#
endif
//
__ECHO_IDL__
omniorb/meta.yaml
0 → 100644
View file @
bd873067
{
%
set version = "4.2.1" %
}
{
%
set release = "2" %
}
{
%
set sha256 = "9b638c7047a05551c42fe13901194e63b58750d4124654bfa26203d09cb5072d" %
}
package
:
name
:
omniorb
version
:
{{
version
}}
source
:
fn
:
omniORB-{{ version }}-{{ release }}.tar.gz
url
:
https://sourceforge.net/projects/omniorb/files/omniORB/omniORB-{{ version }}/omniORB-{{ version }}-{{ release }}.tar.bz2
sha256
:
{{
sha256
}}
requirements
:
build
:
-
gcc
-
zlib 1.2.*
-
python
run
:
-
gcclib
-
zlib 1.2.*
-
python
test
:
files
:
-
echo.idl
commands
:
-
omniidl -bcxx echo.idl
about
:
home
:
http://omniorb.sourceforge.net/index.html
license
:
GPL-2.0
license_file
:
COPYING
summary
:
Robust high performance CORBA ORB for C++ and Python
description
:
|
omniORB is an Object Request Broker (ORB) which implements
specification 2.6 of the Common Object Request Broker Architecture
(CORBA).
doc_url
:
http://omniorb.sourceforge.net/docs.html
dev_url
:
https://sourceforge.net/projects/omniorb/
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