Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
alpha-mind
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Dr.李
alpha-mind
Commits
e581a1a4
Commit
e581a1a4
authored
Dec 18, 2017
by
Dr.李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update windows script
parent
7370f503
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
7 deletions
+21
-7
pfopt
alphamind/pfopt
+1
-1
build_windows_dependencies.bat
build_windows_dependencies.bat
+14
-0
setup.py
setup.py
+6
-6
No files found.
pfopt
@
13ceb677
Subproject commit
ff9d94bda11f11fc28df83ff0a2a8158e469f152
Subproject commit
13ceb677830a73870815a110c6ab451ddc9dda83
build_windows_dependencies.bat
0 → 100644
View file @
e581a1a4
@echo off
cd alphamind/pfopt
git submodule init
git submodule update
call build_windows.bat
if %errorlevel% neq 0 exit /b 1
cd ../..
@echo on
\ No newline at end of file
setup.py
View file @
e581a1a4
...
...
@@ -39,13 +39,13 @@ else:
extensions
=
[
Extension
(
'alphamind.cython.optimizers'
,
[
'alphamind/cython/optimizers.pyx'
],
include_dirs
=
[
"
./libs/include/windows
/clp"
,
"
./libs/include/windows
/ipopt"
,
"
./libs/include/windows
/pfopt"
,
"
./libs/include/windows
/eigen"
,
"
./libs/include/windows
/alglib"
],
include_dirs
=
[
"
alphamind/pfopt/include
/clp"
,
"
alphamind/pfopt/include
/ipopt"
,
"
alphamind/pfopt/include
/pfopt"
,
"
alphamind/pfopt/include
/eigen"
,
"
alphamind/pfopt/include
/alglib"
],
libraries
=
[
'pfopt'
,
'alglib'
,
'libClp'
,
'libCoinUtils'
,
'libipopt'
,
'libcoinhsl'
,
'libcoinblas'
,
'libcoinlapack'
,
'libcoinmetis'
],
library_dirs
=
[
'
./libs/lib/windows
'
],
library_dirs
=
[
'
alphamind/pfopt/lib
'
],
extra_compile_args
=
[
'/MD'
]),
]
...
...
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