Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meson poc #19

Closed
wants to merge 80 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
36112ef
WIP: Build pandas with meson
lithomas1 Jul 12, 2022
6219ad0
update
lithomas1 Jul 14, 2022
33a0a7c
[skip ci] compile more & test something
lithomas1 Jul 14, 2022
43ba995
compile more
lithomas1 Jul 16, 2022
15e0385
build all extensions
lithomas1 Jul 18, 2022
0eeaa7d
clean a little
lithomas1 Jul 19, 2022
7c2c132
clean more
lithomas1 Jul 19, 2022
3df0963
super mega cleanup
lithomas1 Jul 24, 2022
e70bfc6
remove deps usage & maybe workaround bug
lithomas1 Jul 25, 2022
950f0a6
fix install paths
lithomas1 Jul 25, 2022
7e401dc
fix all oopsies
lithomas1 Jul 25, 2022
95e49e7
Merge branch 'pandas-dev:main' into meson-poc
lithomas1 Aug 22, 2022
781a671
Merge branch 'main' of https://github.com/pandas-dev/pandas into meso…
lithomas1 Sep 1, 2022
d074fc1
build pandas on CI with meson
lithomas1 Sep 1, 2022
e0214a5
try something
lithomas1 Sep 2, 2022
2751aee
try something
lithomas1 Sep 2, 2022
5e04d4e
try building with pip again
lithomas1 Sep 19, 2022
6edad44
install meson-python too
lithomas1 Sep 19, 2022
8f0adf2
use my meson-python fork
lithomas1 Sep 19, 2022
47f21d7
build in verbose mode
lithomas1 Sep 20, 2022
30e11c6
Merge remote-tracking branch 'upstream/main' into meson-poc
lithomas1 Sep 20, 2022
132a689
update
lithomas1 Sep 21, 2022
89c4b6b
add required shell
lithomas1 Sep 21, 2022
5f0a175
fix msvc detection?
lithomas1 Sep 22, 2022
48b02d4
try something
lithomas1 Sep 22, 2022
9b83eff
maybe fix windows?
lithomas1 Sep 22, 2022
039123f
maybe fix?
lithomas1 Sep 22, 2022
deb9305
Merge branch 'pandas-dev:main' into meson-poc
lithomas1 Sep 24, 2022
eb41668
disable caching for now
lithomas1 Sep 24, 2022
94ccae2
try to fix windows again
lithomas1 Sep 24, 2022
4c0d93c
maybe fix?
lithomas1 Sep 24, 2022
6efabb1
hardcode version, fix windows?
lithomas1 Sep 24, 2022
883fca7
use my fork of meson as well
lithomas1 Sep 24, 2022
b49f4c5
maybe fix sas module export name?
lithomas1 Sep 25, 2022
da09ba0
keep using versioneer
lithomas1 Oct 3, 2022
5b4dddc
fix version string
lithomas1 Oct 3, 2022
25178d5
hopefully get versionning working, other than the sdist case
lithomas1 Oct 3, 2022
a15586a
fix show_versions
lithomas1 Oct 4, 2022
3c5ae94
green?
lithomas1 Oct 14, 2022
c01409c
try to fix coverage
lithomas1 Oct 14, 2022
a286e66
maybe fix?
lithomas1 Oct 14, 2022
e61ef35
fix version generation for sdists
lithomas1 Oct 15, 2022
588527f
Finally fix?
lithomas1 Oct 15, 2022
9a94331
Merge remote-tracking branch 'upstream/main' into meson-poc
lithomas1 Oct 15, 2022
d4da54b
Update for sas byteswap module
lithomas1 Oct 18, 2022
15e2cd0
Pull upstreamed changes
lithomas1 Oct 19, 2022
3983e1c
Fix everything else?
lithomas1 Oct 19, 2022
f3a9419
fix circleci and maybe fix docs
lithomas1 Oct 20, 2022
bfcb9d0
Update
lithomas1 Oct 22, 2022
524e493
Merge branch 'main' into meson-poc
lithomas1 Nov 2, 2022
a62ee23
adjust build to account for deprecations
lithomas1 Nov 2, 2022
0397b46
try to fix docs
lithomas1 Nov 2, 2022
29184cb
Merge branch 'meson-poc' of github.com:lithomas1/pandas into meson-poc
lithomas1 Nov 2, 2022
cdf5605
update meson-python repo
lithomas1 Nov 2, 2022
4ce0be4
debug docs
lithomas1 Nov 2, 2022
1766cf9
Merge branch 'meson-poc' of github.com:lithomas1/pandas into meson-poc
lithomas1 Nov 2, 2022
7ca8ef9
typoed
lithomas1 Nov 2, 2022
3ae8954
debug more
lithomas1 Nov 2, 2022
d7ddd87
Try cd'ing into the doc directory
lithomas1 Nov 3, 2022
19157f0
adjust
lithomas1 Nov 3, 2022
6f97335
more verbosity
lithomas1 Nov 3, 2022
a3a4eb5
update and take another stab at fixing the docs
lithomas1 Nov 5, 2022
9277582
Merge branch 'meson-poc' of github.com:lithomas1/pandas into meson-poc
lithomas1 Nov 5, 2022
b7e6624
try not installing conda-forge c/cxx-compiler
lithomas1 Nov 6, 2022
dd65aaf
Merge branch 'pandas-dev:main' into meson-poc
lithomas1 Nov 6, 2022
6cbdfb8
try to get minimal doc build that doesn't segfault
lithomas1 Nov 8, 2022
dd0f03c
Merge branch 'meson-poc' of github.com:lithomas1/pandas into meson-poc
lithomas1 Nov 8, 2022
a4c3389
add back web deps
lithomas1 Nov 8, 2022
05d2f53
add matplotlib back
lithomas1 Nov 8, 2022
26435dd
bring back more packages
lithomas1 Nov 8, 2022
7a2bb0c
Debug more
lithomas1 Nov 8, 2022
a16e989
Silence warnings and debug more
lithomas1 Nov 8, 2022
71bcd58
try to catch the segfault
lithomas1 Nov 9, 2022
a948860
catchsegv and debug build
lithomas1 Nov 9, 2022
dec5317
use catchsegv properly
lithomas1 Nov 9, 2022
aa57379
try to fix strdup not found by lowering compiler strictness
lithomas1 Nov 9, 2022
ecb6f6e
Bring back everything but compilers
lithomas1 Nov 9, 2022
4d0a15b
Going for green
lithomas1 Nov 9, 2022
c4c3f9b
Try for green sans 32-bit
lithomas1 Nov 9, 2022
335ccf8
restore doc build and fix wrong python on macos
lithomas1 Nov 9, 2022
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
Prev Previous commit
Next Next commit
Try for green sans 32-bit
  • Loading branch information
lithomas1 committed Nov 9, 2022
commit c4c3f9b29bf64611fd452f340c81790f02e7c5c9
2 changes: 1 addition & 1 deletion .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Build Pandas
if : ${{ runner.os != 'Windows' }}
run: |
pip install . --no-build-isolation -v
python -m pip install . --no-build-isolation -v
shell: bash -el {0}

- name: Build Pandas (Windows)
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ dependencies:
- types-python-dateutil
- types-PyMySQL
- types-pytz
- types-setuptools

# documentation (jupyter notebooks)
- nbconvert>=6.4.5
Expand Down
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ project(
# when buildtype = debug, this seems to be causing problems on CI
# where provided Python is not compiled in debug mode
'buildtype=release',
'werror=true',
# TODO: turn on werror when ready
#'werror=true',
# TODO: We are using POSIX functions(strdup in ujson), so we can't compile
# with strict C99 :(
#'c_std=c99'
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ sphinx-copybutton
types-python-dateutil
types-PyMySQL
types-pytz
types-setuptools
nbconvert>=6.4.5
nbsphinx
pandoc
Expand Down