Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
conda-recipes
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bliss
conda-recipes
Commits
e5c7c539
Commit
e5c7c539
authored
Jun 23, 2017
by
Vincent Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove recipes from master
parent
11dd9bca
Pipeline
#458
failed with stages
in 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
54 deletions
+0
-54
omniorb/build.sh
omniorb/build.sh
+0
-5
omniorb/echo.idl
omniorb/echo.idl
+0
-8
omniorb/meta.yaml
omniorb/meta.yaml
+0
-41
No files found.
omniorb/build.sh
deleted
100644 → 0
View file @
11dd9bca
export
CC
=
${
PREFIX
}
/bin/gcc
export
CXX
=
${
PREFIX
}
/bin/g++
./configure
--prefix
=
$PREFIX
make
-j8
make
install
omniorb/echo.idl
deleted
100644 → 0
View file @
11dd9bca
#
ifndef
__ECHO_IDL__
#
define
__ECHO_IDL__
interface
Echo
{
string
echoString
(
in
string
mesg
)
;
}
;
#
endif
//
__ECHO_IDL__
omniorb/meta.yaml
deleted
100644 → 0
View file @
11dd9bca
{
%
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
:
-
libgcc
-
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