Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
ipaaca
Commits
e63a7db6
Commit
e63a7db6
authored
5 years ago
by
Teena Hassan
Browse files
Options
Downloads
Patches
Plain Diff
ipaaca-python conda bugs fixed
parent
8a6199c3
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda.recipe/build.sh
+1
-1
1 addition, 1 deletion
conda.recipe/build.sh
ipaacalib/python/ipaaca_pb2.py
+0
-1102
0 additions, 1102 deletions
ipaacalib/python/ipaaca_pb2.py
ipaacalib/python/setup.py
+1
-1
1 addition, 1 deletion
ipaacalib/python/setup.py
with
2 additions
and
1104 deletions
conda.recipe/build.sh
+
1
−
1
View file @
e63a7db6
...
...
@@ -12,4 +12,4 @@
# Since we setup subfolders for ipaaca and proto, we want to step into the ipaaca folder here
cd
ipaaca
echo
"Installing ipaaca using setup.py"
python setup.py
install
python setup.py
install
--single-version-externally-managed
--record
=
record.txt
This diff is collapsed.
Click to expand it.
ipaacalib/python/ipaaca_pb2.py
deleted
100644 → 0
+
0
−
1102
View file @
8a6199c3
This diff is collapsed.
Click to expand it.
ipaacalib/python/setup.py
+
1
−
1
View file @
e63a7db6
...
...
@@ -50,7 +50,7 @@ class ProtoBuild(build_py):
if
(
not
op
.
exists
(
output
)
or
(
op
.
getmtime
(
source
)
>
op
.
getmtime
(
output
))):
sys
.
stderr
.
write
(
'
Protobuf-compiling
'
+
source
+
'
\n
'
)
subprocess
.
check_call
([
self
.
find_protoc
(),
"
-I={}
"
.
format
(
packagedir
),
'
--python_out=.
'
,
source
])
subprocess
.
check_call
([
self
.
find_protoc
(),
"
-I={}
"
.
format
(
packagedir
),
'
--python_out=.
/src/ipaaca
'
,
source
])
class
BDist_egg
(
bdist_egg
):
'''
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment