Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

10 changes: 0 additions & 10 deletions PKG-INFO

This file was deleted.

53 changes: 0 additions & 53 deletions appveyor.yml

This file was deleted.

21 changes: 0 additions & 21 deletions construct.yaml

This file was deleted.

7,759 changes: 0 additions & 7,759 deletions log.txt

This file was deleted.

1 change: 0 additions & 1 deletion mcondabuild.bat

This file was deleted.

15 changes: 0 additions & 15 deletions metainfo.ini

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

project = 'openalea'
package = 'lpy'
name = 'OpenAlea.Lpy'
name = 'openalea.Lpy'
namespace = 'openalea'
pkg_name = 'openalea.lpy'
description = 'Lindenmayer Systems in Python package for OpenAlea.'
long_description= 'L-Py is a simulation software that mixes L-systems construction with the Python high-level modeling language. '
authors = 'Frédéric Boudon'
authors = 'Frederic Boudon'
authors_email = '[email protected]'
url= 'https://github.com/openalea/lpy'
# LGPL compatible INRIA license
Expand Down
50 changes: 0 additions & 50 deletions travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions windows_build_dev.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:: You should adjust the path to your conda environment in the variable CONDA_PREFIX

:: Initialize build tools
IF "%VSINSTALLDIR%" == "" CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
IF "%VSINSTALLDIR%" == "" CALL "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"

:: Initialize conda environment
IF "%CONDA_PREFIX%" == "" CALL "%USERPROFILE%\miniconda3\Scripts\activate.bat" "%USERPROFILE%\miniconda3\envs\lpydev"
Expand All @@ -31,7 +31,7 @@ if not exist %BUILDDIR% mkdir %BUILDDIR%

cd %BUILDDIR%
cmake --version
cmake .. -G "Visual Studio 16 2019" ^
cmake .. -G "Visual Studio 17 2022" ^
-Wno-dev ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
Expand Down
Loading