Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
c895bf0c
Commit
c895bf0c
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-quadprog] use distutils
parent
bd22f2ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
py-quadprog/Makefile
+3
-1
3 additions, 1 deletion
py-quadprog/Makefile
py-quadprog/PLIST
+2
-7
2 additions, 7 deletions
py-quadprog/PLIST
py-quadprog/distinfo
+1
-0
1 addition, 0 deletions
py-quadprog/distinfo
py-quadprog/patches/patch-aa
+11
-0
11 additions, 0 deletions
py-quadprog/patches/patch-aa
with
17 additions
and
8 deletions
py-quadprog/Makefile
+
3
−
1
View file @
c895bf0c
...
...
@@ -20,8 +20,10 @@ COMMENT= Solve a strictly convex quadratic program
LICENSE
=
gnu-gpl-v2
MAINTAINER
=
gsaurel@laas.fr
PYDISTUTILSPKG
=
yes
MAKE_ENV
+=
PYTHONPATH
=
${
PREFIX
}
/
${
PYTHON_SITELIB
}
include
../../wip/mk/sysdep/py-cython.mk
include
../../wip/mk/sysdep/py-pip.mk
include
../../mk/sysdep/py-numpy.mk
include
../../mk/sysdep/python.mk
...
...
This diff is collapsed.
Click to expand it.
py-quadprog/PLIST
+
2
−
7
View file @
c895bf0c
@comment Thu Jul 4 19:07:52 CEST 2019
${PYTHON_SITELIB}/quadprog-${PKGVERSION}.dist-info/INSTALLER
${PYTHON_SITELIB}/quadprog-${PKGVERSION}.dist-info/METADATA
${PYTHON_SITELIB}/quadprog-${PKGVERSION}.dist-info/RECORD
${PYTHON_SITELIB}/quadprog-${PKGVERSION}.dist-info/WHEEL
${PYTHON_SITELIB}/quadprog-${PKGVERSION}.dist-info/pbr.json
${PYTHON_SITELIB}/quadprog-${PKGVERSION}.dist-info/top_level.txt
@comment Fri Jul 5 15:26:03 CEST 2019
${PYTHON_SITELIB}/quadprog-${PKGVERSION}-py${PYTHON_VERSION}.egg-info
${PYTHON_SITELIB}/quadprog${PYTHON_EXT_SUFFIX}
This diff is collapsed.
Click to expand it.
py-quadprog/distinfo
+
1
−
0
View file @
c895bf0c
SHA1 (quadprog-0.1.6.tar.gz) = cada8ca6007cd0b0db2021b13082be071f345752
RMD160 (quadprog-0.1.6.tar.gz) = 5fcd5dfdf1f820182e655329983246a548fec6f8
Size (quadprog-0.1.6.tar.gz) = 107537 bytes
SHA1 (patch-aa) = 3ad78f876b64611681939db596a0c9663b1b0138
This diff is collapsed.
Click to expand it.
py-quadprog/patches/patch-aa
0 → 100644
+
11
−
0
View file @
c895bf0c
--- setup.py 2019-07-05 11:31:48.733569000 +0200
+++ setup.py~ 2015-10-12 04:46:24.000000000 +0200
@@ -13,7 +13,7 @@
Mathematical Programming, 27, 1-33.
"""
+from distutils.core import setup, Extension
-from setuptools import setup, Extension
from Cython.Build import cythonize
##########################
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